summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-01-22 00:01:05 +0100
committerCarl Hetherington <cth@carlh.net>2021-01-22 00:01:05 +0100
commitaca45cd44a92996ce4e3ea6b65572f7af27d55c4 (patch)
tree0cdbd949f3798b0a5da43ee0069b4b43ea1caaa9
parent5e484ec1f8bc09e163f18fc7f17de4d1c56f6a87 (diff)
Fix c++11 stuff from d24251b2e0d82236f93ee5415b72849dee2a0ac8
-rw-r--r--wscript2
1 files changed, 0 insertions, 2 deletions
diff --git a/wscript b/wscript
index 9823ab317..867fb5f82 100644
--- 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',