X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=configure.in;fp=configure.in;h=57e438c5821d7fd49e1af22d5b08727494e9cc4b;hb=bf4abd539507e1194d836e6e818bda4807f497bf;hp=107cfd954abbf9fd7f18e57389ea37aad6678986;hpb=a4647be424c9350ab967eeacccd2761c71f9c6a9;p=nagiosplug.git diff --git a/configure.in b/configure.in index 107cfd9..57e438c 100644 --- a/configure.in +++ b/configure.in @@ -188,7 +188,7 @@ AM_CONDITIONAL([USE_PARSE_INI],[test "$enable_extra_opts" = "yes"]) if test "$enable_extra_opts" = "yes" ; then AC_DEFINE(NP_EXTRA_OPTS,[1],[Enable INI file parsing.]) if test "$enable_libtap" = "yes"; then - EXTRA_TEST="$EXTRA_TEST test_ini test_opts1 test_opts2" + EXTRA_TEST="$EXTRA_TEST test_ini test_opts1 test_opts2 test_opts3" AC_SUBST(EXTRA_TEST) fi fi