From: Pieter Lexis Date: Tue, 13 Jun 2017 08:26:54 +0000 (+0200) Subject: Sync boost.m4 from master X-Git-Tag: rec-4.0.5^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F5392%2Fhead;p=thirdparty%2Fpdns.git Sync boost.m4 from master --- diff --git a/m4/boost.m4 b/m4/boost.m4 index a1aa142418..b4f5feff9d 100644 --- a/m4/boost.m4 +++ b/m4/boost.m4 @@ -26,9 +26,9 @@ m4_define([_BOOST_SERIAL], [m4_translit([ ], [# ], [])]) -# Original sources can be found at http://github.com/tsuna/boost.m4 +# Original sources can be found at https://github.com/tsuna/boost.m4 # You can fetch the latest version of the script by doing: -# wget http://github.com/tsuna/boost.m4/raw/master/build-aux/boost.m4 +# wget https://github.com/tsuna/boost.m4/raw/master/build-aux/boost.m4 # ------ # # README # @@ -1416,12 +1416,20 @@ if test x$boost_cv_inc_path != xno; then # I'm not sure about my test for `il' (be careful: Intel's ICC pre-defines # the same defines as GCC's). for i in \ + _BOOST_mingw_test(7, 1) \ + _BOOST_gcc_test(7, 1) \ + _BOOST_mingw_test(7, 0) \ + _BOOST_gcc_test(7, 0) \ + _BOOST_mingw_test(6, 3) \ + _BOOST_gcc_test(6, 3) \ _BOOST_mingw_test(6, 2) \ _BOOST_gcc_test(6, 2) \ _BOOST_mingw_test(6, 1) \ _BOOST_gcc_test(6, 1) \ _BOOST_mingw_test(6, 0) \ _BOOST_gcc_test(6, 0) \ + _BOOST_mingw_test(5, 4) \ + _BOOST_gcc_test(5, 4) \ _BOOST_mingw_test(5, 3) \ _BOOST_gcc_test(5, 3) \ _BOOST_mingw_test(5, 2) \