From: Pieter Lexis Date: Wed, 5 Aug 2015 12:44:54 +0000 (+0200) Subject: Support gcc 5.2 detection for boost X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~58^2~1^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F2672%2Fhead;p=thirdparty%2Fpdns.git Support gcc 5.2 detection for boost --- diff --git a/m4/boost.m4 b/m4/boost.m4 index 998e99dc63..c80e95964c 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(5, 2) \ + _BOOST_gcc_test(5, 2) \ _BOOST_mingw_test(5, 1) \ _BOOST_gcc_test(5, 1) \ _BOOST_mingw_test(5, 0) \