- Timestamp:
- Jul 29, 2008, 4:49:16 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r1391 r1394 116 116 AC_SUBST(boost_version) 117 117 AX_BOOST_BASE("$boost_version") 118 boost_version_check=$succeeded; 118 119 CPPFLAGS="$BOOST_CPPFLAGS $CPPFLAGS" 119 120 … … 290 291 fi 291 292 293 # Too old Boost is fatal -- sub-sequent compilation will fail. 294 if test "${boost_version_check}" != "yes" ; then 295 all_reqs_ok="false" 296 AC_MSG_WARN([ 297 Boost found but not the required version. Please install 298 Boost version ${boost_version} or later]) 299 fi 300 292 301 if (test "$all_reqs_ok" = "false") ; then 293 302 AC_MSG_FAILURE([
Note: See TracChangeset
for help on using the changeset viewer.