summaryrefslogtreecommitdiff
path: root/configure
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
parent79cfe1acf3ddc85708f47bb2b6ff031aed7199e3 (diff)
downloadisc-dhcp-9a2f9db55fc4024f5bc7799161752eea77e8290c.tar.gz
[master] Implement and use new option format type 'k'
Merges in #68.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 3e2af118..fb60de60 100755
--- a/configure
+++ b/configure
@@ -5591,7 +5591,7 @@ fi
# Testing section
# Bind Makefile needs to know ATF is not included.
- if 0; then
+ if test "foo" = "barr"; then
BIND_ATF_TRUE=
BIND_ATF_FALSE='#'
else