BIND 10 master, updated. 3a382331f1308099930d6b653dd6d11b70da8e22 [master] update AC_MSG_ERROR about shared memory support with disabling switch.
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Apr 30 06:48:08 UTC 2013
The branch, master has been updated
via 3a382331f1308099930d6b653dd6d11b70da8e22 (commit)
from e9fa118cd1b9d4d1c47ddb94244ddf78266c9dbd (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 3a382331f1308099930d6b653dd6d11b70da8e22
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Mon Apr 29 23:47:34 2013 -0700
[master] update AC_MSG_ERROR about shared memory support with disabling switch.
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 3f74c52..2f8171d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -890,7 +890,7 @@ AC_ARG_WITH(shared-memory,
[Build with Boost shared memory support; for large scale authoritative DNS servers]),
[use_shared_memory=$withval])
if test X$use_shared_memory = Xyes -a "$BOOST_MAPPED_FILE_WOULDFAIL" = "yes"; then
- AC_MSG_ERROR([Boost shared memory does not compile on this system. If you don't need it (most normal users won't) build without it; using a different compiler or a different version of Boost may also help.])
+ AC_MSG_ERROR([Boost shared memory does not compile on this system. If you don't need it (most normal users won't) build without it by rerunning this script with --without-shared-memory; using a different compiler or a different version of Boost may also help.])
fi
AM_CONDITIONAL([USE_SHARED_MEMORY], [test x$use_shared_memory = xyes])
AC_SUBST(BOOST_MAPPED_FILE_CXXFLAG)
More information about the bind10-changes
mailing list