summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 56eae4e)
raw | patch | inline | side by side (parent: 56eae4e)
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sat, 31 Dec 2016 12:21:39 +0000 (13:21 +0100) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sat, 31 Dec 2016 12:21:39 +0000 (13:21 +0100) |
configure.ac | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index 0ab605ee38e7bfd0223038e4717d29125d83f569..be90e0307e3643ac6736881381592b40424f6187 100644 (file)
--- a/configure.ac
+++ b/configure.ac
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"
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