From 4d406c620b0211a5e27c19187d963241120f8838 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 2 Jul 2015 13:21:16 +0100 Subject: Add support for reading tags in SubRip. --- wscript | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'wscript') diff --git a/wscript b/wscript index 2056713..12143d8 100644 --- a/wscript +++ b/wscript @@ -72,6 +72,15 @@ def configure(conf): lib=['boost_locale%s' % boost_lib_suffix, 'boost_system%s' % boost_lib_suffix], uselib_store='BOOST_LOCALE') + conf.check_cxx(fragment=""" + #include \n + int main() { boost::regex re ("foo"); }\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') conf.recurse('asdcplib') -- cgit v1.2.3