summaryrefslogtreecommitdiff
path: root/configure.ac-lt
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2018-01-11 15:02:35 +0100
committerFrancis Dupont <fdupont@isc.org>2018-01-11 15:02:35 +0100
commit662483908c023cce58066d2b8169a5c20ce25eb4 (patch)
treee10d3a6e7f36e51e6950421ad556ad3b636b2b93 /configure.ac-lt
parent7932503f703acdb6b3d7a60ff621f223a89426a9 (diff)
parente985472adfc7ee3034e29eebdea0d4daf2afad66 (diff)
downloadisc-dhcp-662483908c023cce58066d2b8169a5c20ce25eb4.tar.gz
Finishing merge of rt46933 (Kyua)
Diffstat (limited to 'configure.ac-lt')
-rw-r--r--configure.ac-lt9
1 files changed, 4 insertions, 5 deletions
diff --git a/configure.ac-lt b/configure.ac-lt
index bb7b54bf..203cf57c 100644
--- a/configure.ac-lt
+++ b/configure.ac-lt
@@ -185,8 +185,8 @@ if test "$enable_relay_port" = "yes"; then
AC_DEFINE([RELAY_PORT], [1],
[Define to 1 to include relay port support.])
else
- # so we can report below
- enable_relay_port="no"
+ # so we can report below
+ enable_relay_port="no"
fi
# PARANOIA is off by default (until we can test it with all features)
@@ -307,13 +307,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