diff options
author | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2009-01-21 04:55:34 (GMT) |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2009-01-21 04:58:02 (GMT) |
commit | 3b69f134671e60eb5de0ca895177064294b6eb78 (patch) | |
tree | e4a006bf794efb29f539b3002f979f179a655b5e /configure.in | |
parent | 26bf63a5bba0fae77033693030c75eace202f988 (diff) | |
download | monitoring-plugins-3b69f134671e60eb5de0ca895177064294b6eb78.tar.gz |
Some platform are missing setenv
Instead of adding the gnulib module for solving tests only I split the test
in two, setting environment from Perl for the later.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
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"]) | |||
188 | if test "$enable_extra_opts" = "yes" ; then | 188 | if test "$enable_extra_opts" = "yes" ; then |
189 | AC_DEFINE(NP_EXTRA_OPTS,[1],[Enable INI file parsing.]) | 189 | AC_DEFINE(NP_EXTRA_OPTS,[1],[Enable INI file parsing.]) |
190 | if test "$enable_libtap" = "yes"; then | 190 | if test "$enable_libtap" = "yes"; then |
191 | EXTRA_TEST="$EXTRA_TEST test_ini test_opts" | 191 | EXTRA_TEST="$EXTRA_TEST test_ini test_opts1 test_opts2" |
192 | AC_SUBST(EXTRA_TEST) | 192 | AC_SUBST(EXTRA_TEST) |
193 | fi | 193 | fi |
194 | fi | 194 | fi |