Try without c++11 now that libcxml no longer requires glibmm.
authorCarl Hetherington <cth@carlh.net>
Fri, 9 Oct 2015 17:18:28 +0000 (18:18 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 9 Oct 2015 17:18:28 +0000 (18:18 +0100)
cscript

diff --git a/cscript b/cscript
index bf2f64f6dc3bd2386ed9d8d0c37347e73bea9365..0bd5812f1e22180fdccb3f2c97990db0d6a8c3c7 100644 (file)
--- 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