]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
add gcc 6.1 support to boost.m4 3822/head
authorKees Monshouwer <mind04@monshouwer.org>
Thu, 5 May 2016 12:52:20 +0000 (14:52 +0200)
committermind04 <mind04@monshouwer.org>
Thu, 5 May 2016 12:53:28 +0000 (14:53 +0200)
m4/boost.m4

index 18e432d2475043cda5f45945602c784db2cabbe2..3748dc019a299a056627668b655a3f5010b55449 100644 (file)
@@ -1296,6 +1296,8 @@ 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(6, 1) \
+    _BOOST_gcc_test(6, 1) \
     _BOOST_mingw_test(6, 0) \
     _BOOST_gcc_test(6, 0) \
     _BOOST_mingw_test(5, 3) \