From d593e74172837662cd701eb61064d25068dfe4d0 Mon Sep 17 00:00:00 2001 From: Kees Monshouwer Date: Fri, 30 Sep 2016 22:53:05 +0200 Subject: [PATCH] add gcc 6.2 to boost.m4 --- m4/boost.m4 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/m4/boost.m4 b/m4/boost.m4 index b0d66c9c09..a1aa142418 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(6, 2) \ + _BOOST_gcc_test(6, 2) \ _BOOST_mingw_test(6, 1) \ _BOOST_gcc_test(6, 1) \ _BOOST_mingw_test(6, 0) \ -- 2.47.2