From 44a3f33ab78d420b2eeb358416dcaeb18d362f90 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Sun, 18 Jun 2006 17:42:09 +0200 Subject: [PATCH] processes branch: Check for `linux/config.h' in the configure script. It's used to get the HZ value. --- configure.in | 3 +++ 1 file changed, 3 insertions(+) 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) -- 2.11.0