From: Pieter Lexis Date: Thu, 14 Sep 2017 11:24:53 +0000 (+0200) Subject: boost.m4: detect gcc 7.2 X-Git-Tag: rec-4.1.0-rc1~39^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F5691%2Fhead;p=thirdparty%2Fpdns.git boost.m4: detect gcc 7.2 --- diff --git a/m4/boost.m4 b/m4/boost.m4 index b4f5feff9d..20c0fdc08f 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(7, 2) \ + _BOOST_gcc_test(7, 2) \ _BOOST_mingw_test(7, 1) \ _BOOST_gcc_test(7, 1) \ _BOOST_mingw_test(7, 0) \