Fix c++11 stuff from d24251b2e0d82236f93ee5415b72849dee2a0ac8
authorCarl Hetherington <cth@carlh.net>
Thu, 21 Jan 2021 23:01:05 +0000 (00:01 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 21 Jan 2021 23:01:05 +0000 (00:01 +0100)
wscript

diff --git a/wscript b/wscript
index 9823ab317407e33c4c5e2ec63c3daae2dc0e07c8..867fb5f824266556833d1ac049613df465dca00e 100644 (file)
--- a/wscript
+++ b/wscript
@@ -285,7 +285,6 @@ def configure(conf):
                                 return 0; }\n
                             """,
                        mandatory=False,
-                       cxxflags=test_cxxflags,
                        msg='Checking for format_stride_for_width',
                        okmsg='yes',
                        includes=conf.env['INCLUDES_CAIROMM'],
@@ -303,7 +302,6 @@ def configure(conf):
                             """,
                        mandatory=False,
                        msg='Checking for show_in_cairo_context',
-                       cxxflags=test_cxxflags,
                        okmsg='yes',
                        includes=conf.env['INCLUDES_PANGOMM'],
                        uselib='PANGOMM',