summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xacprep4
1 files changed, 2 insertions, 2 deletions
diff --git a/acprep b/acprep
index c0846488..b4e0b979 100755
--- a/acprep
+++ b/acprep
@@ -1028,8 +1028,8 @@ class PrepareBuild(CommandLineApp):
self.envvars['CXX'] = '/Users/johnw/bin/cxx'
self.envvars['LD'] = '/Users/johnw/bin/cxx'
- if not self.options.use_clang:
- self.CXXFLAGS.append('--gcc47')
+ #if not self.options.use_clang:
+ # self.CXXFLAGS.append('--gcc47')
if self.current_flavor == 'debug':
self.configure_args.append('--disable-shared')