BIND 10 master, updated. 7660c95d4f700d1324eca7cff26bbfa16444c4e8 Revert "[3064] Add a switch to enable resolver"

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Aug 13 10:23:01 UTC 2013


The branch, master has been updated
       via  7660c95d4f700d1324eca7cff26bbfa16444c4e8 (commit)
      from  2092528ae67cf42002c2aef17140d95cbcab8a54 (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 7660c95d4f700d1324eca7cff26bbfa16444c4e8
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Tue Aug 13 12:22:38 2013 +0200

    Revert "[3064] Add a switch to enable resolver"
    
    This reverts commit 2092528ae67cf42002c2aef17140d95cbcab8a54.
    
    It should not go to master yet. Reverting until it is through
    review.

-----------------------------------------------------------------------

Summary of changes:
 configure.ac |   11 -----------
 1 file changed, 11 deletions(-)

-----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 677a1e6..609fa8b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -898,17 +898,6 @@ if test "$BOOST_NUMERIC_CAST_WOULDFAIL" = "yes" -a X"$werror_ok" = X1 -a $CLANGP
     AC_MSG_ERROR([Failed to compile a required header file.  If you are using FreeBSD and Boost installed via ports, retry with specifying --without-werror.  See the ChangeLog entry for Trac no. 1991 for more details.])
 fi
 
-build_experimental_resolver=no
-AC_ARG_ENABLE(experimental_resolver,
-  [AC_HELP_STRING([--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"])
-if test "$build_experimental_resolver" = "yes" ; then
-    AC_DEFINE(BUILD_EXPERIMENTAL_RESOLVER, 1, [Define to 1 to build the resolver])
-fi
-AC_SUBST(BUILD_EXPERIMENTAL_RESOLVER)
-
 use_shared_memory=yes
 AC_ARG_WITH(shared-memory,
     AC_HELP_STRING([--with-shared-memory],



More information about the bind10-changes mailing list