BIND 10 trac2147, updated. 90f55cdeacd23a30412913ee3b6c4ba9ca850cc8 [2147] added some more specific workaround in AC_MSG_ERROR().
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Aug 2 06:32:11 UTC 2012
The branch, trac2147 has been updated
via 90f55cdeacd23a30412913ee3b6c4ba9ca850cc8 (commit)
from 69d8e5e56fecccc1c9ff6e55543ab7361ef3de67 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 90f55cdeacd23a30412913ee3b6c4ba9ca850cc8
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed Aug 1 23:31:16 2012 -0700
[2147] added some more specific workaround in AC_MSG_ERROR().
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 655dc70..abc4e88 100644
--- a/configure.ac
+++ b/configure.ac
@@ -818,7 +818,7 @@ AC_TRY_COMPILE([
],,
[AC_MSG_RESULT(yes)],
[AC_MSG_RESULT(no)
- AC_MSG_ERROR([Failed to compile a required header file. See the ChangeLog entry for Trac no. 2147])])
+ AC_MSG_ERROR([Failed to compile a required header file. Try upgrading Boost to 1.44 or higher (when using clang++) or specifying --without-werror. See the ChangeLog entry for Trac no. 2147 for more details.])])
CPPFLAGS="$CPPFLAGS_SAVES $CPPFLAGS_BOOST_THREADCONF"
AC_SUBST(BOOST_INCLUDES)
More information about the bind10-changes
mailing list