Fix it. cxx11
authorCarl Hetherington <cth@carlh.net>
Thu, 10 Oct 2019 18:54:18 +0000 (20:54 +0200)
committerCarl Hetherington <cth@carlh.net>
Thu, 10 Oct 2019 18:54:18 +0000 (20:54 +0200)
wscript

diff --git a/wscript b/wscript
index 87d29497b095eb478d93fd2dac9c2f27d2be752b..386e3686fe03fbfa9676cdb0af6f3f7b5e611009 100644 (file)
--- a/wscript
+++ b/wscript
@@ -40,7 +40,7 @@ def options(opt):
     opt.add_option('--enable-debug', action='store_true', default=False, help='build with debugging information and without optimisation')
     opt.add_option('--static', action='store_true', default=False, help='build statically')
     opt.add_option('--disable-tests', action='store_true', default=False, help='disable building of tests')
-    opt.add_option('--disable-cpp11', action='store_false', default=True, help='prevent use of C++11')
+    opt.add_option('--disable-cpp11', action='store_true', default=False, help='prevent use of C++11')
 
 def configure(conf):
     conf.load('compiler_cxx')