From 089bc1c58382959a98ad3fe896ebe2294c3a1136 Mon Sep 17 00:00:00 2001 From: Kees Monshouwer Date: Thu, 5 May 2016 14:52:20 +0200 Subject: [PATCH] add gcc 6.1 support to boost.m4 --- m4/boost.m4 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/m4/boost.m4 b/m4/boost.m4 index 9df0429614..36109776c9 100644 --- a/m4/boost.m4 +++ b/m4/boost.m4 @@ -1408,6 +1408,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, 1) \ + _BOOST_gcc_test(6, 1) \ _BOOST_mingw_test(6, 0) \ _BOOST_gcc_test(6, 0) \ _BOOST_mingw_test(5, 3) \ -- 2.47.2