projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51c4527
)
processes branch: Check for `linux/config.h' in the configure script.
author
Florian Forster
<octo@leeloo.lan.home.verplant.org>
Sun, 18 Jun 2006 15:42:09 +0000
(17:42 +0200)
committer
Florian Forster
<octo@leeloo.lan.home.verplant.org>
Sun, 18 Jun 2006 15:42:09 +0000
(17:42 +0200)
It's used to get the HZ value.
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
a1dbca6
..
9f83e63
100644
(file)
--- 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)