X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=acinclude.m4;h=9e46179f3b14e05255a5642ee5335c77a0ce2a92;hb=c5de65f115584d26d79f0359b5ce9fc31fb1f8b4;hp=af9004cb45e72d901eb8d0b3c164bdccfba2c408;hpb=c5e8c6603c99a264862cc799029b9a7c2f44e75b;p=simgear.git diff --git a/acinclude.m4 b/acinclude.m4 index af9004cb..9e46179f 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -671,7 +671,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 . 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)