From: Peter van Dijk Date: Mon, 3 Apr 2017 10:55:34 +0000 (+0200) Subject: detect gcc/g++ 5.4 X-Git-Tag: rec-4.1.0-alpha1~175^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F5219%2Fhead;p=thirdparty%2Fpdns.git detect gcc/g++ 5.4 --- diff --git a/m4/boost.m4 b/m4/boost.m4 index 31e2233efd..12b7ad6a0f 100644 --- a/m4/boost.m4 +++ b/m4/boost.m4 @@ -1424,6 +1424,8 @@ if test x$boost_cv_inc_path != xno; then _BOOST_gcc_test(6, 1) \ _BOOST_mingw_test(6, 0) \ _BOOST_gcc_test(6, 0) \ + _BOOST_mingw_test(5, 4) \ + _BOOST_gcc_test(5, 4) \ _BOOST_mingw_test(5, 3) \ _BOOST_gcc_test(5, 3) \ _BOOST_mingw_test(5, 2) \