From 52c79bb908dcfbb8e4f075b728699fce466ecef1 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 9 Dec 2019 20:37:18 +0100 Subject: Remove now-unused boost regex. --- wscript | 9 --------- 1 file changed, 9 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index 1785b893..425efa10 100644 --- a/wscript +++ b/wscript @@ -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 \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: -- cgit v1.2.3