summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorThomas Guyot-Sionnest <dermoth@aei.ca>2009-01-21 06:27:06 (GMT)
committerThomas Guyot-Sionnest <dermoth@aei.ca>2009-01-22 07:04:31 (GMT)
commitbf4abd539507e1194d836e6e818bda4807f497bf (patch)
tree0647c6b830d464e88cd7970034b03f836ea7412d /configure.in
parenta4647be424c9350ab967eeacccd2761c71f9c6a9 (diff)
downloadmonitoring-plugins-bf4abd539507e1194d836e6e818bda4807f497bf.tar.gz
Add die tests for extra-opts
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
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"])
188if test "$enable_extra_opts" = "yes" ; then 188if 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_opts1 test_opts2" 191 EXTRA_TEST="$EXTRA_TEST test_ini test_opts1 test_opts2 test_opts3"
192 AC_SUBST(EXTRA_TEST) 192 AC_SUBST(EXTRA_TEST)
193 fi 193 fi
194fi 194fi