X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=configure.ac;h=b6a47dcff4b746bea12352f51aa3098fde5c3a42;hb=a81a7365e671cf02d88448e6c536c678a5a9d67c;hp=63cfca77db933d0644752264728d2dcb7370c686;hpb=79a94204db8de144bf5bd84159afde444df9e0a4;p=collectd.git diff --git a/configure.ac b/configure.ac index 63cfca77..b6a47dcf 100644 --- a/configure.ac +++ b/configure.ac @@ -592,6 +592,14 @@ if test "x$ac_system" = "xLinux"; then fi if test "x$have_capability" = "xyes"; then + AC_CHECK_DECL([CAP_IS_SUPPORTED], + [have_capability="yes"], + [have_capability="no (CAP_IS_SUPPORTED not found)"], + [[#include ]] + ) + fi + + if test "x$have_capability" = "xyes"; then AC_DEFINE([HAVE_CAPABILITY], [1], [Define to 1 if you have cap_get_proc() (-lcap).]) fi @@ -5997,6 +6005,11 @@ if test "x$ac_system" = "xLinux"; then if test "x$c_cv_have_clock_boottime_monotonic" = "xyes"; then plugin_cpusleep="yes" fi + + if test "x$with_libyajl" = "xyes" && test "x$with_libyajl2" = "xyes"; then + plugin_ovs_events="yes" + plugin_ovs_stats="yes" + fi fi if test "x$ac_system" = "xOpenBSD"; then @@ -6173,11 +6186,6 @@ 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" - plugin_ovs_stats="yes" -fi - if test "x$with_libperl" = "xyes" && test "x$c_cv_have_perl_ithreads" = "xyes"; then plugin_perl="yes" fi