summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript4
1 files changed, 1 insertions, 3 deletions
diff --git a/wscript b/wscript
index e6154c03..4b5185a1 100644
--- a/wscript
+++ b/wscript
@@ -57,9 +57,7 @@ def configure(conf):
conf.load('python')
autowaf.configure(conf)
-
- conf.check_cxx(cxxflags=["-std=c++0x"])
- conf.env.append_unique('CXXFLAGS', ['-std=c++0x'])
+ autowaf.set_cxx11_mode(conf)
conf.check_cxx(header_name='boost/format.hpp')
conf.check_cxx(header_name='boost/shared_ptr.hpp')