From: Ruben Kerkhof Date: Sat, 9 May 2015 18:01:11 +0000 (+0200) Subject: Our Boost check doesn't recognize gcc 5.1 yet X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~28^2~45^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2514%2Fhead;p=thirdparty%2Fpdns.git Our Boost check doesn't recognize gcc 5.1 yet Reported upstream at https://github.com/tsuna/boost.m4/pull/70 --- diff --git a/m4/boost.m4 b/m4/boost.m4 index a4c366a8c0..998e99dc63 100644 --- a/m4/boost.m4 +++ b/m4/boost.m4 @@ -22,7 +22,7 @@ # along with this program. If not, see . m4_define([_BOOST_SERIAL], [m4_translit([ -# serial 24 +# serial 25 ], [# ], [])]) @@ -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, 1) \ + _BOOST_gcc_test(5, 1) \ _BOOST_mingw_test(5, 0) \ _BOOST_gcc_test(5, 0) \ _BOOST_mingw_test(4, 10) \