summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-10-09 18:18:28 +0100
committerCarl Hetherington <cth@carlh.net>2015-10-09 18:18:28 +0100
commit223ba9927e90c83b8c5a95c74bd79841a632c76b (patch)
tree7d6d8f217e01720b47bfc8b0d87eedb135ee9a41 /cscript
parent3987a5515acf67db3a686ab07eedb8170efc6dff (diff)
Try without c++11 now that libcxml no longer requires glibmm.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 0 insertions, 2 deletions
diff --git a/cscript b/cscript
index bf2f64f6d..0bd5812f1 100644
--- a/cscript
+++ b/cscript
@@ -269,8 +269,6 @@ def configure_options(target):
opt += ' --static-boost --static-xmlpp'
elif target.version == '7':
opt += ' --workaround-gssapi --static-xmlpp'
- if target.distro == 'debian' and target.version == 'unstable':
- target.append_with_space('CXXFLAGS', '-std=c++11')
return opt