3250. [func] 'configure --enable-developer'; turn on various

configure options, normally off by default, that
                        we want developers to build and test with. [RT #27103]
This commit is contained in:
Mark Andrews
2011-12-20 00:42:17 +00:00
parent b36f5d7b12
commit ffb776a8fe
2 changed files with 24 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
3250. [func] 'configure --enable-developer'; turn on various
configure options, normally off by default, that
we want developers to build and test with. [RT #27103]
3249. [bug] Update log message when saving slave zones files for
analysis after load failures. [RT #27087]

View File

@@ -18,7 +18,7 @@ AC_DIVERT_PUSH(1)dnl
esyscmd([sed "s/^/# /" COPYRIGHT])dnl
AC_DIVERT_POP()dnl
AC_REVISION($Revision: 1.457.26.39 $)
AC_REVISION($Revision: 1.457.26.40 $)
AC_INIT(lib/dns/name.c)
AC_PREREQ(2.59)
@@ -62,6 +62,25 @@ It is available from http://www.isc.org as a separate download.])
esac
AC_ARG_ENABLE(developer, [ --enable-developer enable developer build settings])
case "$enable_developer" in
yes)
test "${enable_fixed_rrset+set}" = set || enable_fixed_rrset=yes
test "${with_atf+set}" = set || with_atf=yes
test "${enable_filter_aaaa+set}" = set || enable_filter_aaaa=yes
test "${enable_rpz_nsip+set}" = set || enable_rpz_nsip=yes
test "${enable_rpz_nsdname+set}" = set || enable_rpz_nsdname=yes
test "${with_dlz_filesystem+set}" = set || with_dlz_filesystem=yes
case "$host" in
*-darwin*)
test "${enable_exportlib+set}" = set || enable_exportlib=yes
;;
*-linux*)
test "${enable_exportlib+set}" = set || enable_exportlib=yes
;;
esac
;;
esac
#
# Make very sure that these are the first files processed by
# config.status, since we use the processed output as the input for
@@ -499,7 +518,6 @@ AC_SUBST(LWRES_PLATFORM_NEEDSYSSELECTH)
#
AC_C_BIGENDIAN
#
# was --with-openssl specified?
#