From 9a2f9db55fc4024f5bc7799161752eea77e8290c Mon Sep 17 00:00:00 2001 From: Thomas Markwalder Date: Tue, 17 Dec 2019 13:59:24 -0500 Subject: [master] Implement and use new option format type 'k' Merges in #68. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') 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 -- cgit v1.2.1