From: Kees Monshouwer Date: Tue, 10 Jun 2014 14:46:59 +0000 (+0200) Subject: detect gcc 4.9 in configure X-Git-Tag: rec-3.6.0~13^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=03f7c0e0832b726cced1d34633c055f1e255c94b;p=thirdparty%2Fpdns.git detect gcc 4.9 in configure --- diff --git a/m4/boost.m4 b/m4/boost.m4 index 1fc9ec0c59..95e8c94ee3 100644 --- a/m4/boost.m4 +++ b/m4/boost.m4 @@ -1110,6 +1110,7 @@ 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_gcc_test(4, 9) \ _BOOST_gcc_test(4, 8) \ _BOOST_gcc_test(4, 7) \ _BOOST_gcc_test(4, 6) \