diff options
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 686a590..401bc63 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.]) |