summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-11-19 21:53:23 -0500
committerJohn Wiegley <johnw@newartisans.com>2009-11-19 22:24:27 -0500
commit73c3aa324b5d7ed850ded57a83a6a1e2aa33c185 (patch)
treea0b3cd3dfecd4d203cb77fcb994506fe250555b1
parent4e30fcdf4094a0c450cbe1918c2e12dd19eb58f2 (diff)
downloadfork-ledger-73c3aa324b5d7ed850ded57a83a6a1e2aa33c185.tar.gz
fork-ledger-73c3aa324b5d7ed850ded57a83a6a1e2aa33c185.tar.bz2
fork-ledger-73c3aa324b5d7ed850ded57a83a6a1e2aa33c185.zip
Python is enabled by default if building via acprep
-rwxr-xr-xacprep2
1 files changed, 1 insertions, 1 deletions
diff --git a/acprep b/acprep
index f188a4a8..bfb3173a 100755
--- a/acprep
+++ b/acprep
@@ -183,7 +183,7 @@ class PrepareBuild(CommandLineApp):
self.current_flavor = 'debug'
self.products_dir = None
self.build_dir = self.source_dir
- self.configure_args = ['--with-included-gettext']
+ self.configure_args = ['--with-included-gettext', '--enable-python']
self.sys_include_dirs = []
self.sys_library_dirs = []