From: Florian Forster Date: Sun, 18 Jun 2006 15:42:09 +0000 (+0200) Subject: processes branch: Check for `linux/config.h' in the configure script. X-Git-Tag: collectd-3.11.0~76^2~9 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=44a3f33ab78d420b2eeb358416dcaeb18d362f90;p=collectd.git processes branch: Check for `linux/config.h' in the configure script. It's used to get the HZ value. --- diff --git a/configure.in b/configure.in index a1dbca62..9f83e63e 100644 --- a/configure.in +++ b/configure.in @@ -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)