From 03f7c0e0832b726cced1d34633c055f1e255c94b Mon Sep 17 00:00:00 2001 From: Kees Monshouwer Date: Tue, 10 Jun 2014 16:46:59 +0200 Subject: [PATCH] detect gcc 4.9 in configure --- m4/boost.m4 | 1 + 1 file changed, 1 insertion(+) diff --git a/m4/boost.m4 b/m4/boost.m4 index 1fc9ec0c5..95e8c94ee 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) \ -- 2.49.0