diff options
| -rw-r--r-- | configure.ac | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/configure.ac b/configure.ac index e9254566..ef3d26e2 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -188,19 +188,6 @@ if test "$enable_libtap" = "yes" ; then | |||
| 188 | AC_SUBST(EXTRA_PLUGIN_TESTS) | 188 | AC_SUBST(EXTRA_PLUGIN_TESTS) |
| 189 | fi | 189 | fi |
| 190 | 190 | ||
| 191 | dnl JSON capabilities (cjson) | ||
| 192 | AC_ARG_ENABLE([json-output], | ||
| 193 | AC_HELP_STRING([--enable-json-output], | ||
| 194 | [Enables switching the output format to JSON (default: yes)]), | ||
| 195 | [case "${enableval}" in | ||
| 196 | yes) json-ouput=true ;; | ||
| 197 | no) json-ouput=false ;; | ||
| 198 | *) AC_MSG_ERROR([bad value ${enableval} for --enable-json-ouput]) ;; | ||
| 199 | esac], [json_output=true]) | ||
| 200 | |||
| 201 | AM_CONDITIONAL([ENALBE_JSON_OUTPUT], [test x$json_output = xtrue]) | ||
| 202 | |||
| 203 | |||
| 204 | dnl INI Parsing | 191 | dnl INI Parsing |
| 205 | AC_ARG_ENABLE(extra-opts, | 192 | AC_ARG_ENABLE(extra-opts, |
| 206 | AS_HELP_STRING([--enable-extra-opts],[Enables parsing of plugins ini config files for extra options (default: no)]), | 193 | AS_HELP_STRING([--enable-extra-opts],[Enables parsing of plugins ini config files for extra options (default: no)]), |
