configure.ac: keep plugins sorted
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Sat, 31 Dec 2016 12:21:39 +0000 (13:21 +0100)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Sat, 31 Dec 2016 12:21:39 +0000 (13:21 +0100)
configure.ac

index 0ab605e..be90e03 100644 (file)
@@ -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