summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-01-20 23:38:29 +0100
committerCarl Hetherington <cth@carlh.net>2021-01-20 23:38:29 +0100
commitd24251b2e0d82236f93ee5415b72849dee2a0ac8 (patch)
treeeff45e43a540113313333360701f1f85b502dc8f /cscript
parent017552d36ee7a7d1b45032932ea985e3f15a4f00 (diff)
Remove perhaps-we'll-use-c++11 stuff.
Diffstat (limited to 'cscript')
-rw-r--r--cscript7
1 files changed, 0 insertions, 7 deletions
diff --git a/cscript b/cscript
index b6eb6e401..5fb075c5e 100644
--- a/cscript
+++ b/cscript
@@ -407,13 +407,6 @@ def configure_options(target, options):
opt += ' --static-boost --static-xmlpp'
elif target.version == '7':
opt += ' --workaround-gssapi'
- # Centos 7 ships with glibmm 2.50.0 which requires C++11
- # but its compiler (gcc 4.8.5) defaults to C++97. Go figure.
- # I worry that this will cause ABI problems but I don't have
- # a better solution.
- opt += ' --force-cpp11'
- elif target.platform == 'osx':
- opt += ' --force-cpp11'
if not options['gui']:
opt += ' --disable-gui'