summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 51c4527)
raw | patch | inline | side by side (parent: 51c4527)
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 a1dbca62fa11cc94d5bd94c988c6d8f793603d18..9f83e63ea5d24ecd5351750e76a381bd1dbe7bf2 100644 (file)
--- a/configure.in
+++ b/configure.in
# 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)