From 6b87c7f213bea62a545169286acdd5d2b66ae082 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Sat, 30 Dec 2017 17:49:14 +0100 Subject: checkpoint for regen --- configure.ac-lt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'configure.ac-lt') diff --git a/configure.ac-lt b/configure.ac-lt index 62593d3f..e3a29922 100644 --- a/configure.ac-lt +++ b/configure.ac-lt @@ -304,13 +304,12 @@ elif test "$atf_path" != "no" ; then ATF_BIN=$atf_path/bin fi - if test ! -x $ATF_BIN/atf-run -o ! -x $ATF_BIN/atf-report ; then - AC_MSG_WARN([atf-run/atf-report not found, assuming they are in your path]) - fi + UNITTESTS=tests AC_SUBST(ATF_CFLAGS) AC_SUBST(ATF_LDFLAGS) AC_SUBST(ATF_BIN) + AC_SUBST(UNITTESTS) fi fi -- cgit v1.2.1