X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=configure.in;fp=configure.in;h=107cfd954abbf9fd7f18e57389ea37aad6678986;hb=3b69f134671e60eb5de0ca895177064294b6eb78;hp=eb27d6a74da42a08a57d10f3bff853b86e55a442;hpb=26bf63a5bba0fae77033693030c75eace202f988;p=nagiosplug.git diff --git a/configure.in b/configure.in index eb27d6a..107cfd9 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_opts" + EXTRA_TEST="$EXTRA_TEST test_ini test_opts1 test_opts2" AC_SUBST(EXTRA_TEST) fi fi