X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=configure.in;h=68ac0a00efd0729119f5b04576eab7280c389bc4;hb=4aec8e28c3f68570ad5d0bf96e0bd36aaac75065;hp=7185fcaacb23f7df9ae369ef76b33ce1de3b4ac0;hpb=71cdb52799220f8d9052643baf1d3e9836a9c755;p=nagiosplug.git diff --git a/configure.in b/configure.in index 7185fca..68ac0a0 100644 --- a/configure.in +++ b/configure.in @@ -47,7 +47,6 @@ AC_PROG_LIBTOOL AM_PROG_CC_C_O AC_FUNC_ERROR_AT_LINE -AC_FUNC_ALLOCA AC_SYS_LARGEFILE ifdef([AC_FUNC_STRTOD],[AC_FUNC_STRTOD],[AM_FUNC_STRTOD]) @@ -189,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_ini1 test_ini3 test_opts1 test_opts2 test_opts3" AC_SUBST(EXTRA_TEST) fi fi