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 From e985472adfc7ee3034e29eebdea0d4daf2afad66 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Sat, 30 Dec 2017 18:03:30 +0100 Subject: Finished: ready for review --- configure.ac-lt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac-lt') diff --git a/configure.ac-lt b/configure.ac-lt index e3a29922..9507d48d 100644 --- a/configure.ac-lt +++ b/configure.ac-lt @@ -184,6 +184,8 @@ AC_ARG_ENABLE(relay-port, if test "$enable_relay_port" = "yes"; then AC_DEFINE([RELAY_PORT], [1], [Define to 1 to include relay port support.]) +else + enable_relay_port="no" fi # PARANOIA is off by default (until we can test it with all features) -- cgit v1.2.1