build-sys: enable python in bootstrap-configure
diff --git a/bootstrap b/bootstrap
index b26ff8c..e6d8260 100755
--- a/bootstrap
+++ b/bootstrap
@@ -11,7 +11,7 @@
 --sysconfdir=/etc \
 --libdir=$(libdir /usr/lib)"
 
-hackargs="--enable-debug --with-xz --with-zlib"
+hackargs="--enable-debug --enable-python --with-xz --with-zlib"
 
 cat <<EOC