summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2019-12-17 11:59:52 -0500
committerThomas Markwalder <tmark@isc.org>2019-12-17 13:55:14 -0500
commitc22165aecc942735687dc5e7ce044a2c5ddd3543 (patch)
tree07a5f0d2940f9c233f472be4622e541789afe212
parent6b92f74a8f027e910ec56b39c232b87fdae925ba (diff)
downloadisc-dhcp-c22165aecc942735687dc5e7ce044a2c5ddd3543.tar.gz
[#68] Cleanup warning in configure.ac
modified: configure modified: configure.ac modified: configure.ac+lt modified: configure.ac-base modified: configure.ac-lt
-rwxr-xr-xconfigure2
-rw-r--r--configure.ac2
-rw-r--r--configure.ac+lt2
-rw-r--r--configure.ac-base2
-rw-r--r--configure.ac-lt2
5 files changed, 5 insertions, 5 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
diff --git a/configure.ac b/configure.ac
index c401d393..c5d88f70 100644
--- a/configure.ac
+++ b/configure.ac
@@ -250,7 +250,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"
diff --git a/configure.ac+lt b/configure.ac+lt
index 44e2517d..2dc3231e 100644
--- a/configure.ac+lt
+++ b/configure.ac+lt
@@ -251,7 +251,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"
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"
diff --git a/configure.ac-lt b/configure.ac-lt
index c401d393..c5d88f70 100644
--- a/configure.ac-lt
+++ b/configure.ac-lt
@@ -250,7 +250,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"