build-sys: enable python in bootstrap-configure
authorLucas De Marchi <lucas.demarchi@intel.com>
Sun, 6 Apr 2014 20:14:23 +0000 (17:14 -0300)
committerLucas De Marchi <lucas.demarchi@intel.com>
Sun, 6 Apr 2014 20:14:23 +0000 (17:14 -0300)
bootstrap

index b26ff8c..e6d8260 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -11,7 +11,7 @@ args="--prefix=/usr \
 --sysconfdir=/etc \
 --libdir=$(libdir /usr/lib)"
 
-hackargs="--enable-debug --with-xz --with-zlib"
+hackargs="--enable-debug --enable-python --with-xz --with-zlib"
 
 cat <<EOC