From: Pieter Lexis Date: Thu, 16 Feb 2017 08:56:42 +0000 (+0100) Subject: Add GCC 6.3 to boost.m4 X-Git-Tag: auth-4.0.4-rc1~3^2~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c786badafe70baa704bf5a5d13f6c55e1710a31f;p=pdns Add GCC 6.3 to boost.m4 --- diff --git a/m4/boost.m4 b/m4/boost.m4 index a1aa14241..cc1d0360d 100644 --- a/m4/boost.m4 +++ b/m4/boost.m4 @@ -1416,6 +1416,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, 3) \ + _BOOST_gcc_test(6, 3) \ _BOOST_mingw_test(6, 2) \ _BOOST_gcc_test(6, 2) \ _BOOST_mingw_test(6, 1) \