diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-22 00:01:05 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-22 00:01:05 +0100 |
| commit | aca45cd44a92996ce4e3ea6b65572f7af27d55c4 (patch) | |
| tree | 0cdbd949f3798b0a5da43ee0069b4b43ea1caaa9 | |
| parent | 5e484ec1f8bc09e163f18fc7f17de4d1c56f6a87 (diff) | |
Fix c++11 stuff from d24251b2e0d82236f93ee5415b72849dee2a0ac8
| -rw-r--r-- | wscript | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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', |
