summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
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