BIND 10 trac3064, updated. 511912d01bb7b2019f0a36100c524859a6de23b6 [3064] AC_SUBST is also not required
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Aug 13 12:57:03 UTC 2013
The branch, trac3064 has been updated
via 511912d01bb7b2019f0a36100c524859a6de23b6 (commit)
from 69024d03d0cebda395388fdcec2ad559c093f8aa (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 511912d01bb7b2019f0a36100c524859a6de23b6
Author: Mukund Sivaraman <muks at isc.org>
Date: Tue Aug 13 18:12:16 2013 +0530
[3064] AC_SUBST is also not required
... as we only use it in an automake condition.
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 1 -
1 file changed, 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 827a133..e95f448 100644
--- a/configure.ac
+++ b/configure.ac
@@ -904,7 +904,6 @@ AC_ARG_ENABLE(experimental_resolver,
[enable building of the experimental resolver [default=no]])],
build_experimental_resolver=$enableval, build_experimental_resolver=no)
AM_CONDITIONAL([BUILD_EXPERIMENTAL_RESOLVER], [test "$build_experimental_resolver" = "yes"])
-AC_SUBST(BUILD_EXPERIMENTAL_RESOLVER)
use_shared_memory=yes
AC_ARG_WITH(shared-memory,
More information about the bind10-changes
mailing list