Code

collectd.conf(5): Add section documenting the ignorelist functionality.
[collectd.git] / configure.ac
index 3d74fd05d99e432cf3cb7a0f21a4b43da8222479..5a265c755faa2dcc76c7bb29345ac2586f3b30bc 100644 (file)
@@ -817,6 +817,12 @@ AC_CHECK_LIB(cap, cap_get_proc,
                  [have_capability="yes"],
                  [have_capability="no (cap_get_proc() not found)"])
 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 <sys/capability.h>]])
+fi
 if test "x$have_capability" = "xyes"; then
   AC_DEFINE(HAVE_CAPABILITY, 1, [Define to 1 if you have cap_get_proc() (-lcap).])
 fi