]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Remove the noop warning when using --with-libbind from configure.ac
authorOndřej Surý <ondrej@sury.org>
Fri, 21 Jun 2019 16:52:31 +0000 (18:52 +0200)
committerOndřej Surý <ondrej@sury.org>
Fri, 21 Jun 2019 17:03:01 +0000 (19:03 +0200)
The configure option --with-libbind was already obsolete, this MR
just removes the warning from configure.ac.

configure
configure.ac

index 32626427b23e311b794286a9a888cfcb3e517ea1..038696f64220389d585922ec61e3e06c0abb5c18 100755 (executable)
--- a/configure
+++ b/configure
@@ -890,7 +890,6 @@ with_aix_soname
 with_gnu_ld
 with_sysroot
 enable_libtool_lock
-enable_libbind
 enable_buffer_useinline
 enable_warn_shadow
 enable_warn_error
@@ -1594,7 +1593,6 @@ Optional Features:
   --enable-fast-install[=PKGS]
                           optimize for fast installation [default=yes]
   --disable-libtool-lock  avoid locking (might break parallel builds)
-  --enable-libbind        deprecated
   --enable-buffer-useinline
                           define ISC_BUFFER_USEINLINE when compiling
                           [default=yes]
@@ -12182,22 +12180,6 @@ $as_echo "no" >&6; }
        fi
 fi
 
-# Warn if the user specified libbind, which is now deprecated
-# Check whether --enable-libbind was given.
-if test "${enable_libbind+set}" = set; then :
-  enableval=$enable_libbind;
-fi
-
-
-case "$enable_libbind" in
-       yes)
-               as_fn_error $? "'libbind' is no longer part of the BIND 9 distribution.
-It is available from http://www.isc.org as a separate download." "$LINENO" 5
-               ;;
-       no|'')
-               ;;
-esac
-
 # Check whether --enable-buffer_useinline was given.
 if test "${enable_buffer_useinline+set}" = set; then :
   enableval=$enable_buffer_useinline; if test yes = "${enable}"
index 721dbf65602fbf31f04532617e49b43c7be89cf3..4744433c2fce3d820c67629cc18e8789ee012f5e 100644 (file)
@@ -62,18 +62,6 @@ AC_SUBST(BACKTRACECFLAGS)
 
 PKG_PROG_PKG_CONFIG
 
-# Warn if the user specified libbind, which is now deprecated
-AC_ARG_ENABLE(libbind, AS_HELP_STRING([--enable-libbind], [deprecated]))
-
-case "$enable_libbind" in
-       yes)
-               AC_MSG_ERROR(['libbind' is no longer part of the BIND 9 distribution.
-It is available from http://www.isc.org as a separate download.])
-               ;;
-       no|'')
-               ;;
-esac
-
 AC_ARG_ENABLE(buffer_useinline,
              AS_HELP_STRING([--enable-buffer-useinline],
                             [define ISC_BUFFER_USEINLINE when compiling