Code

Merge branch 'master' into ff/processes
[collectd.git] / configure.in
index 75ad33f465e7aadfc8e0c5207bb48273e82c5b53..ade546a409106f733cbace81344690374dbc1e44 100644 (file)
@@ -197,6 +197,9 @@ AC_CHECK_HEADERS(IOKit/storage/IOBlockStorageDriver.h)
 # For load module
 AC_CHECK_HEADERS(sys/loadavg.h)
 
+# For the processes plugin
+AC_CHECK_HEADERS(linux/config.h)
+
 # For the swap module
 AC_CHECK_HEADERS(sys/swap.h)