From b4a752a6a0dd18d4764275d4b2042024dec9cf69 Mon Sep 17 00:00:00 2001 From: Andrew Bays Date: Thu, 14 Dec 2017 12:52:01 -0500 Subject: [PATCH] require libyajl2 to build sysevent plugin --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0