From 016ed2c126c19ebdd39697465d1d07c7ef06c4fc Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Sat, 9 May 2015 20:01:11 +0200 Subject: [PATCH] Our Boost check doesn't recognize gcc 5.1 yet Reported upstream at https://github.com/tsuna/boost.m4/pull/70 --- m4/boost.m4 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/m4/boost.m4 b/m4/boost.m4 index a4c366a8c..998e99dc6 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) \ -- 2.40.0