From 6ca7c0926fd7ba82824a950be63defef5d0afb81 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Sun, 6 Apr 2014 17:14:23 -0300 Subject: [PATCH] build-sys: enable python in bootstrap-configure --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap b/bootstrap index b26ff8c..e6d8260 100755 --- 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 <