]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Sync boost.m4 from master 5392/head
authorPieter Lexis <pieter.lexis@powerdns.com>
Tue, 13 Jun 2017 08:26:54 +0000 (10:26 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Tue, 13 Jun 2017 08:26:54 +0000 (10:26 +0200)
m4/boost.m4

index a1aa142418a973a57fdf8f63a2b4030d1c01e01a..b4f5feff9d31680e46414debd38c7e8704b947ce 100644 (file)
@@ -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) \