From 09bec1f56af3566fb96d454f0fc020a503595e1d 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 1b1ea3450..756e52993 100644 --- a/m4/boost.m4 +++ b/m4/boost.m4 @@ -1295,6 +1295,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.40.0