From: Andrew Bays Date: Thu, 14 Dec 2017 17:52:01 +0000 (-0500) Subject: require libyajl2 to build sysevent plugin X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=b4a752a6a0dd18d4764275d4b2042024dec9cf69;p=collectd.git require libyajl2 to build sysevent plugin --- diff --git a/configure.ac b/configure.ac index 017a621b..46411813 100644 --- a/configure.ac +++ b/configure.ac @@ -6224,6 +6224,7 @@ if test "x$ac_system" = "xLinux"; then if test "x$with_libyajl" = "xyes" && test "x$with_libyajl2" = "xyes"; then plugin_ovs_events="yes" plugin_ovs_stats="yes" + plugin_sysevent="yes" fi fi @@ -6328,7 +6329,6 @@ fi if test "x$with_libyajl" = "xyes"; then plugin_ceph="yes" - plugin_sysevent="yes" fi if test "x$have_processor_info" = "xyes"; then