diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-12-09 20:37:18 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-12-10 00:07:51 +0100 |
| commit | a65f6872b5f085347d8be99c7efbe98dcc45065a (patch) | |
| tree | 364f501674f092a33172b3d6eefef8257f84947e /wscript | |
| parent | bda260b28585d2bfda787d54916013395c4a2abb (diff) | |
Remove now-unused boost regex.xerces
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: |
