diff options
author | Francis Dupont <fdupont@isc.org> | 2018-01-11 15:02:35 +0100 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2018-01-11 15:02:35 +0100 |
commit | 662483908c023cce58066d2b8169a5c20ce25eb4 (patch) | |
tree | e10d3a6e7f36e51e6950421ad556ad3b636b2b93 /configure.ac-base | |
parent | 7932503f703acdb6b3d7a60ff621f223a89426a9 (diff) | |
parent | e985472adfc7ee3034e29eebdea0d4daf2afad66 (diff) | |
download | isc-dhcp-662483908c023cce58066d2b8169a5c20ce25eb4.tar.gz |
Finishing merge of rt46933 (Kyua)
Diffstat (limited to 'configure.ac-base')
-rw-r--r-- | configure.ac-base | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/configure.ac-base b/configure.ac-base index a64224f8..7a512f84 100644 --- a/configure.ac-base +++ b/configure.ac-base @@ -191,8 +191,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) @@ -313,13 +313,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 |