]> git.ipfire.org Git - thirdparty/dhcp.git/blobdiff - configure.ac-base
checkpoint for regen
[thirdparty/dhcp.git] / configure.ac-base
index c6136ca924aee2e57c319bc55b42396a03c3d078..0208a0487b6b832622104750b19f5eed1ce39fe3 100644 (file)
@@ -310,13 +310,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