diff options
author | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2014-01-23 03:42:26 -0500 |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2014-01-23 03:42:26 -0500 |
commit | 49ae05ff1ce79a1b76e05128b85dbb1e944099ea (patch) | |
tree | a5c3760fc79853acc3bd420ff183d98895faa25f /configure.in | |
parent | 0fbee4deb25c1c69e689c0179de6d6c38c9076c7 (diff) | |
download | monitoring-plugins-49ae05ff1ce79a1b76e05128b85dbb1e944099ea.tar.gz |
Enable extra-opts by default
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 686a5903..401bc630 100644 --- a/configure.in +++ b/configure.in | |||
@@ -192,7 +192,7 @@ AC_ARG_ENABLE(extra-opts, | |||
192 | AC_HELP_STRING([--enable-extra-opts], | 192 | AC_HELP_STRING([--enable-extra-opts], |
193 | [Enables parsing of plugins ini config files for extra options (default: no)]), | 193 | [Enables parsing of plugins ini config files for extra options (default: no)]), |
194 | [enable_extra_opts=$enableval], | 194 | [enable_extra_opts=$enableval], |
195 | [enable_extra_opts=no]) | 195 | [enable_extra_opts=yes]) |
196 | AM_CONDITIONAL([USE_PARSE_INI],[test "$enable_extra_opts" = "yes"]) | 196 | AM_CONDITIONAL([USE_PARSE_INI],[test "$enable_extra_opts" = "yes"]) |
197 | if test "$enable_extra_opts" = "yes" ; then | 197 | if test "$enable_extra_opts" = "yes" ; then |
198 | AC_DEFINE(NP_EXTRA_OPTS,[1],[Enable INI file parsing.]) | 198 | AC_DEFINE(NP_EXTRA_OPTS,[1],[Enable INI file parsing.]) |