From 6fba38bd59450e167e664153a31f41e97a500ffc Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 21 Sep 2024 23:06:58 +0200 Subject: Support new boost versions (DoM #2867). --- wscript | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'wscript') diff --git a/wscript b/wscript index 76fc166c..77cfa11f 100644 --- a/wscript +++ b/wscript @@ -227,6 +227,15 @@ def configure(conf): uselib='BOOST_FILESYSTEM', define_name='LIBDCP_HAVE_WEAKLY_CANONICAL') + conf.check_cxx(fragment=""" + #include \n + int main() { auto x = boost::filesystem::copy_options(); }\n + """, + mandatory=False, + msg='Checking for boost::filesystem::copy_options', + uselib='BOOST_FILESYSTEM', + define_name='LIBDCP_HAVE_COPY_OPTIONS') + conf.check_cxx(fragment=""" #include \n int main() { boost::gregorian::day_clock::local_day(); }\n -- cgit v1.2.3