diff options
author | John Wiegley <johnw@newartisans.com> | 2010-05-22 17:06:38 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2010-05-22 21:35:02 -0400 |
commit | a158dc123b01d19a1f1cd8488a0b93067dd65ffd (patch) | |
tree | 60b07429906b82db9fac04333e482c953e1d3d85 | |
parent | 02e78255166b17bff08a408166cc56ff9269c925 (diff) | |
download | fork-ledger-a158dc123b01d19a1f1cd8488a0b93067dd65ffd.tar.gz fork-ledger-a158dc123b01d19a1f1cd8488a0b93067dd65ffd.tar.bz2 fork-ledger-a158dc123b01d19a1f1cd8488a0b93067dd65ffd.zip |
Minor change to setup_for_johnw in acprep
-rwxr-xr-x | acprep | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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): |