diff options
author | Thomas Markwalder <tmark@isc.org> | 2019-12-12 08:18:38 -0500 |
---|---|---|
committer | Thomas Markwalder <tmark@isc.org> | 2019-12-12 08:18:38 -0500 |
commit | bfbe0fd6b057926a39642d9e37be8e21a036b86a (patch) | |
tree | db2b14a5582a942416325477320d4f1c20d1dd8a /configure.ac-base | |
parent | 4c6aa815b5cdb8f720765e2f00426e7cdfc835bc (diff) | |
download | isc-dhcp-bfbe0fd6b057926a39642d9e37be8e21a036b86a.tar.gz |
[master] Updated bundled Bind9 to 9.11.14
bind/Makefile.in
bind/bind.tar.gz
bind/version.tmp
configure
configure.ac
configure.ac+lt
configure.ac-base
configure.ac-lt
util/bind.sh
Diffstat (limited to 'configure.ac-base')
-rw-r--r-- | configure.ac-base | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac-base b/configure.ac-base index 0d7e2d7c..bcc3546a 100644 --- a/configure.ac-base +++ b/configure.ac-base @@ -255,6 +255,9 @@ fi # Testing section +# Bind Makefile needs to know ATF is not included. +AM_CONDITIONAL(BIND_ATF, 0) + DISTCHECK_ATF_CONFIGURE_FLAG= atf_path="no" AC_ARG_WITH([atf], |