eliot-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Eliot-dev] eliot/m4 ax_boost_base.m4


From: Olivier Teulière
Subject: [Eliot-dev] eliot/m4 ax_boost_base.m4
Date: Sun, 03 Jan 2010 19:17:49 +0000

CVSROOT:        /cvsroot/eliot
Module name:    eliot
Changes by:     Olivier Teulière <ipkiss>       10/01/03 19:17:49

Modified files:
        m4             : ax_boost_base.m4 

Log message:
        Fail if the required boost version is not found, instead of simply 
saying it...

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/eliot/m4/ax_boost_base.m4?cvsroot=eliot&r1=1.2&r2=1.3

Patches:
Index: ax_boost_base.m4
===================================================================
RCS file: /cvsroot/eliot/eliot/m4/ax_boost_base.m4,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- ax_boost_base.m4    8 Jan 2008 13:52:40 -0000       1.2
+++ ax_boost_base.m4    3 Jan 2010 19:17:49 -0000       1.3
@@ -183,7 +183,7 @@
                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 is too old (version 
$_version).])
                fi
        else
                AC_SUBST(BOOST_CPPFLAGS)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]