diff options
-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): |