]> git.mxchange.org Git - flightgear.git/commitdiff
Drop boost version back to 1.34
authorTim Moore <timoore@redhat.com>
Sun, 22 Nov 2009 21:54:53 +0000 (22:54 +0100)
committerTim Moore <timoore@redhat.com>
Sun, 20 Dec 2009 09:34:07 +0000 (10:34 +0100)
acinclude.m4
configure.ac

index d79f3f0b228886de38c58b7d36da6d9a5ebfd3d0..7822c2a4db3a9e4c8a6d715cea208b00d81d354b 100644 (file)
@@ -650,7 +650,7 @@ if test "x$want_boost" = "xyes"; then
                if test "$_version" = "0" ; then
                        AC_MSG_ERROR([[We could not detect the boost libraries (version $boost_lib_version_req_shorten or higher). If you have a staged boost library (still not installed) please specify \$BOOST_ROOT in your environment and do not give a PATH to --with-boost option.  If you are sure you have boost installed, then check your version number looking in <boost/version.hpp>. See http://randspringer.de/boost for more documentation.]])
                else
-                       AC_MSG_NOTICE([Your boost libraries seems to old (version $_version).])
+                       AC_MSG_ERROR([Your boost libraries seems to old (version $_version).])
                fi
        else
                AC_SUBST(BOOST_CPPFLAGS)
index 6ae6d7438f964ea35c212bd69d1ddbf6fa50dfac..c1be73cf061c04852719ff39ca6aec12fddf725f 100644 (file)
@@ -20,7 +20,7 @@ AC_PROG_CXX
 AC_PROG_RANLIB
 AC_PROG_INSTALL
 AC_PROG_LN_S
-AX_BOOST_BASE([1.37.0])
+AX_BOOST_BASE([1.34.0])
 
 if test "x$BOOST_CPPFLAGS" != "x-I/usr/include" ; then
    CPPFLAGS="$CPPFLAGS $BOOST_CPPFLAGS"