From fe6a830ffa9b3b0d63dcbaf065781a0d70e2acbd Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Wed, 5 Aug 2015 14:44:54 +0200 Subject: [PATCH] Support gcc 5.2 detection for boost --- m4/boost.m4 | 2 ++ 1 file changed, 2 insertions(+) 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) \ -- 2.47.2