summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2017-12-30 17:49:14 +0100
committerFrancis Dupont <fdupont@isc.org>2017-12-30 17:49:14 +0100
commit6b87c7f213bea62a545169286acdd5d2b66ae082 (patch)
tree900e62085171c851f220f6e9d1928497b94d6f3d /configure
parente3318080eea68223bcbdb0beef6157a51cd7b180 (diff)
downloadisc-dhcp-6b87c7f213bea62a545169286acdd5d2b66ae082.tar.gz
checkpoint for regen
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure7
1 files changed, 3 insertions, 4 deletions
diff --git a/configure b/configure
index e76404a8..012f8969 100755
--- a/configure
+++ b/configure
@@ -649,6 +649,7 @@ ac_prefix_program
DISTCHECK_ATF_CONFIGURE_FLAG
HAVE_ATF_FALSE
HAVE_ATF_TRUE
+UNITTESTS
pkgcfg_found
ATF_BIN
ATF_LDFLAGS
@@ -5690,10 +5691,8 @@ fi
ATF_BIN=$atf_path/bin
fi
- if test ! -x $ATF_BIN/atf-run -o ! -x $ATF_BIN/atf-report ; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: atf-run/atf-report not found, assuming they are in your path" >&5
-$as_echo "$as_me: WARNING: atf-run/atf-report not found, assuming they are in your path" >&2;}
- fi
+ UNITTESTS=tests
+