From e2a91983ffcc09b15b474c31bde3e4b0d168f9b0 Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Thu, 14 Sep 2017 13:24:53 +0200 Subject: [PATCH] boost.m4: detect gcc 7.2 --- m4/boost.m4 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/m4/boost.m4 b/m4/boost.m4 index b4f5feff9..20c0fdc08 100644 --- a/m4/boost.m4 +++ b/m4/boost.m4 @@ -1416,6 +1416,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(7, 2) \ + _BOOST_gcc_test(7, 2) \ _BOOST_mingw_test(7, 1) \ _BOOST_gcc_test(7, 1) \ _BOOST_mingw_test(7, 0) \ -- 2.40.0