summaryrefslogtreecommitdiffstats
path: root/output
diff options
context:
space:
mode:
authorJeremy Sowden <jeremy@azazel.net>2022-01-09 11:57:44 +0000
committerPablo Neira Ayuso <pablo@netfilter.org>2022-01-11 22:15:26 +0100
commit794f0385ab60fd8c52ff3ce498c8aac78b58ac20 (patch)
treefb85a6cad76cf4e9e76391dce0408def69d07aad /output
parent7ce0dea954b4ba8df362e9aa09fd60cfec78840d (diff)
build: use `--enable-XYZ` options for output plugins
Currently, we use `AC_ARG_WITH` for output plugins. However, this is not consistent with the input plugins, which use `AC_ARG_ENABLE`, and in some cases (dbi, mysql, pgsql) the macro calls in configure.ac conflict with others in acinclude.m4. Use `AC_ARG_ENABLE` instead and change the name of the option for the JSON plugin from `jansson` to `json`. Fixes: 51ba7aec8951 ("Fix automagic support of dbi, pcap and sqlite3") Fixes: c61c05c2d050 ("configure.ac: Add --without-{mysql,pgsql}") Signed-off-by: Jeremy Sowden <jeremy@azazel.net> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'output')
0 files changed, 0 insertions, 0 deletions