summaryrefslogtreecommitdiff
path: root/configure.ac-base
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2019-12-17 13:59:24 -0500
committerThomas Markwalder <tmark@isc.org>2019-12-17 13:59:24 -0500
commit9a2f9db55fc4024f5bc7799161752eea77e8290c (patch)
tree6c5bd2d6588fa34e05d0db0087387478fd180846 /configure.ac-base
parent79cfe1acf3ddc85708f47bb2b6ff031aed7199e3 (diff)
downloadisc-dhcp-9a2f9db55fc4024f5bc7799161752eea77e8290c.tar.gz
[master] Implement and use new option format type 'k'
Merges in #68.
Diffstat (limited to 'configure.ac-base')
-rw-r--r--configure.ac-base2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac-base b/configure.ac-base
index bcc3546a..864c1cdb 100644
--- a/configure.ac-base
+++ b/configure.ac-base
@@ -256,7 +256,7 @@ fi
# Testing section
# Bind Makefile needs to know ATF is not included.
-AM_CONDITIONAL(BIND_ATF, 0)
+AM_CONDITIONAL(BIND_ATF, test "foo" = "barr")
DISTCHECK_ATF_CONFIGURE_FLAG=
atf_path="no"