diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-09-21 23:04:32 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-09-21 23:04:32 +0200 |
| commit | 3c8e87575da3795aa31ed9653da72abb8ed88996 (patch) | |
| tree | 584a6c386fb1969808ecc3c14fbaedc6a3fadd81 /wscript | |
| parent | 791e68abfcde03982105896505c91863b7795c5e (diff) | |
Remove unused references to boost::signals2.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -228,13 +228,6 @@ def configure(conf): define_name='LIBDCP_HAVE_WEAKLY_CANONICAL') conf.check_cxx(fragment=""" - #include <boost/signals2.hpp>\n - int main() { boost::signals2::signal<void (int)> x; }\n - """, - msg='Checking for boost signals2 library', - uselib_store='BOOST_SIGNALS2') - - conf.check_cxx(fragment=""" #include <boost/date_time.hpp>\n int main() { boost::gregorian::day_clock::local_day(); }\n """, |
