diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-12-09 20:37:18 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-12-22 01:21:00 +0100 |
| commit | 52c79bb908dcfbb8e4f075b728699fce466ecef1 (patch) | |
| tree | 364f501674f092a33172b3d6eefef8257f84947e /wscript | |
| parent | f2b5c16cb9faa6b924005c308c76eda9bdc2c074 (diff) | |
Remove now-unused boost regex.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -197,15 +197,6 @@ def configure(conf): lib=['boost_date_time%s' % boost_lib_suffix, 'boost_system%s' % boost_lib_suffix], uselib_store='BOOST_DATETIME') - conf.check_cxx(fragment=""" - #include <boost/regex.hpp>\n - int main() { boost::regex ex("a"); }\n - """, - msg='Checking for boost regex library', - libpath='/usr/local/lib', - lib=['boost_regex%s' % boost_lib_suffix, 'boost_system%s' % boost_lib_suffix], - uselib_store='BOOST_REGEX') - if not conf.env.DISABLE_TESTS: conf.recurse('test') if not conf.options.disable_gcov: |
