summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2019-12-12 08:18:38 -0500
committerThomas Markwalder <tmark@isc.org>2019-12-12 08:18:38 -0500
commitbfbe0fd6b057926a39642d9e37be8e21a036b86a (patch)
treedb2b14a5582a942416325477320d4f1c20d1dd8a /configure.ac
parent4c6aa815b5cdb8f720765e2f00426e7cdfc835bc (diff)
downloadisc-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')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index b2880303..c401d393 100644
--- a/configure.ac
+++ b/configure.ac
@@ -249,6 +249,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],