From 49ae05ff1ce79a1b76e05128b85dbb1e944099ea Mon Sep 17 00:00:00 2001 From: Thomas Guyot-Sionnest Date: Thu, 23 Jan 2014 03:42:26 -0500 Subject: Enable extra-opts by default --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') 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, AC_HELP_STRING([--enable-extra-opts], [Enables parsing of plugins ini config files for extra options (default: no)]), [enable_extra_opts=$enableval], - [enable_extra_opts=no]) + [enable_extra_opts=yes]) 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.]) -- cgit v1.2.3-74-g34f1