From: Kees Monshouwer Date: Thu, 5 May 2016 12:52:20 +0000 (+0200) Subject: add gcc 6.1 support to boost.m4 X-Git-Tag: auth-3.4.9~5^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3822%2Fhead;p=thirdparty%2Fpdns.git add gcc 6.1 support to boost.m4 --- diff --git a/m4/boost.m4 b/m4/boost.m4 index 18e432d247..3748dc019a 100644 --- a/m4/boost.m4 +++ b/m4/boost.m4 @@ -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) \