X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=configure.in;h=68ac0a00efd0729119f5b04576eab7280c389bc4;hb=8aa84840bb9b880ca1b2060e25ec6a1f3ee90ba1;hp=57e438c5821d7fd49e1af22d5b08727494e9cc4b;hpb=bf4abd539507e1194d836e6e818bda4807f497bf;p=nagiosplug.git diff --git a/configure.in b/configure.in index 57e438c..68ac0a0 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 test_opts3" + EXTRA_TEST="$EXTRA_TEST test_ini1 test_ini3 test_opts1 test_opts2 test_opts3" AC_SUBST(EXTRA_TEST) fi fi