]> granicus.if.org Git - pdns/commitdiff
Our Boost check doesn't recognize gcc 5.1 yet
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Sat, 9 May 2015 18:01:11 +0000 (20:01 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Sat, 9 May 2015 18:01:11 +0000 (20:01 +0200)
Reported upstream at https://github.com/tsuna/boost.m4/pull/70

m4/boost.m4

index a4c366a8c034f0381e9e943fc241df4d0588fa50..998e99dc635ea16ee9b4526a38eb3b36776a8524 100644 (file)
@@ -22,7 +22,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 m4_define([_BOOST_SERIAL], [m4_translit([
-# serial 24
+# serial 25
 ], [#
 ], [])])
 
@@ -1296,6 +1296,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(5, 1) \
+    _BOOST_gcc_test(5, 1) \
     _BOOST_mingw_test(5, 0) \
     _BOOST_gcc_test(5, 0) \
     _BOOST_mingw_test(4, 10) \