[svn] commit: r3870 - /trunk/configure.ac
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Dec 16 09:38:39 UTC 2010
Author: jinmei
Date: Thu Dec 16 09:38:39 2010
New Revision: 3870
Log:
one missing change in trac #436: wording update to the configure error message.
quite trivial and already agreed in review, so directly committing it to trunk.
Modified:
trunk/configure.ac
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Thu Dec 16 09:38:39 2010
@@ -351,7 +351,8 @@
need_libboost_thread=1 ],
[ AC_MSG_RESULT(no)
AC_MSG_ERROR([boost::mutex cannot be linked in this build environment.
-Perhaps you are using an older version of Boost that requires libboost_thread for the mutex support. You may want to check the availability of the library or to upgrade Boost.])
+Perhaps you are using an older version of Boost that requires libboost_thread for the mutex support, which does not appear to be available.
+You may want to check the availability of the library or to upgrade Boost.])
])])
CPPFLAGS="$CPPFLAGS_SAVES"
LIBS="$LIBS_SAVES"
More information about the bind10-changes
mailing list