From 80c3388c407e81b078d30f043d7a6493786d39c6 Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Tue, 13 Jun 2017 10:26:54 +0200 Subject: [PATCH] Sync boost.m4 from master --- m4/boost.m4 | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/m4/boost.m4 b/m4/boost.m4 index a1aa14241..b4f5feff9 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) \ -- 2.40.0