mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 07:09:59 -04:00
error -> warn_error
This commit is contained in:
parent
8506cbe54d
commit
d4616282ad
2 changed files with 5 additions and 5 deletions
8
configure
vendored
8
configure
vendored
|
|
@ -954,7 +954,7 @@ with_gnu_ld
|
|||
with_sysroot
|
||||
enable_libtool_lock
|
||||
enable_libbind
|
||||
enable_error
|
||||
enable_warn_error
|
||||
enable_developer
|
||||
with_python
|
||||
enable_newstats
|
||||
|
|
@ -11383,9 +11383,9 @@ It is available from http://www.isc.org as a separate download." "$LINENO" 5
|
|||
;;
|
||||
esac
|
||||
|
||||
# Check whether --enable-error was given.
|
||||
if test "${enable_error+set}" = set; then :
|
||||
enableval=$enable_error;
|
||||
# Check whether --enable-warn_error was given.
|
||||
if test "${enable_warn_error+set}" = set; then :
|
||||
enableval=$enable_warn_error;
|
||||
fi
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ It is available from http://www.isc.org as a separate download.])
|
|||
;;
|
||||
esac
|
||||
|
||||
AC_ARG_ENABLE(error, [ --enable-warn-error turn on -Werror when compiling])
|
||||
AC_ARG_ENABLE(warn_error, [ --enable-warn-error turn on -Werror when compiling])
|
||||
|
||||
AC_ARG_ENABLE(developer, [ --enable-developer enable developer build settings])
|
||||
case "$enable_developer" in
|
||||
|
|
|
|||
Loading…
Reference in a new issue