summaryrefslogtreecommitdiff
path: root/acprep
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2010-05-22 17:06:38 -0400
committerJohn Wiegley <johnw@newartisans.com>2010-05-22 21:35:02 -0400
commita158dc123b01d19a1f1cd8488a0b93067dd65ffd (patch)
tree60b07429906b82db9fac04333e482c953e1d3d85 /acprep
parent02e78255166b17bff08a408166cc56ff9269c925 (diff)
downloadfork-ledger-a158dc123b01d19a1f1cd8488a0b93067dd65ffd.tar.gz
fork-ledger-a158dc123b01d19a1f1cd8488a0b93067dd65ffd.tar.bz2
fork-ledger-a158dc123b01d19a1f1cd8488a0b93067dd65ffd.zip
Minor change to setup_for_johnw in acprep
Diffstat (limited to 'acprep')
-rwxr-xr-xacprep3
1 files changed, 0 insertions, 3 deletions
diff --git a/acprep b/acprep
index d6df675e..347b217a 100755
--- a/acprep
+++ b/acprep
@@ -908,9 +908,6 @@ class PrepareBuild(CommandLineApp):
self.CXXFLAGS.append('-march=nocona')
self.CXXFLAGS.append('-msse3')
- self.configure_args.append('--enable-doxygen')
- self.configure_args.append('--enable-python')
-
self.locate_darwin_libraries()
def setup_for_system(self):