From 3c8e87575da3795aa31ed9653da72abb8ed88996 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 21 Sep 2024 23:04:32 +0200 Subject: Remove unused references to boost::signals2. --- wscript | 7 ------- 1 file changed, 7 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index 062e54da..76fc166c 100644 --- a/wscript +++ b/wscript @@ -227,13 +227,6 @@ def configure(conf): uselib='BOOST_FILESYSTEM', define_name='LIBDCP_HAVE_WEAKLY_CANONICAL') - conf.check_cxx(fragment=""" - #include \n - int main() { boost::signals2::signal x; }\n - """, - msg='Checking for boost signals2 library', - uselib_store='BOOST_SIGNALS2') - conf.check_cxx(fragment=""" #include \n int main() { boost::gregorian::day_clock::local_day(); }\n -- cgit v1.2.3