From: Ruben Kerkhof Date: Sat, 31 Dec 2016 12:21:39 +0000 (+0100) Subject: configure.ac: keep plugins sorted X-Git-Tag: collectd-5.8.0~254 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=81238fa14ef24b34f43df1a25a2279c5f987c062;p=collectd.git configure.ac: keep plugins sorted --- diff --git a/configure.ac b/configure.ac index 0ab605ee..be90e030 100644 --- a/configure.ac +++ b/configure.ac @@ -6082,11 +6082,6 @@ if test "x$have_sysctl" = "xyes"; then fi fi -if test "x$with_libyajl" = "xyes" && test "x$with_libyajl2" = "xyes" -then - plugin_ovs_events="yes" -fi - if test "x$have_sysctlbyname" = "xyes"; then plugin_contextswitch="yes" plugin_cpu="yes" @@ -6145,6 +6140,10 @@ if test "x$with_libyajl" = "xyes"; then plugin_log_logstash="yes" fi +if test "x$with_libyajl" = "xyes" && test "x$with_libyajl2" = "xyes"; then + plugin_ovs_events="yes" +fi + if test "x$with_libperl" = "xyes" && test "x$c_cv_have_perl_ithreads" = "xyes"; then plugin_perl="yes" fi