projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ff5108
)
configure.in: Using sysctl(3) for swap statistics is only possible under Mac OS X.
author
Florian Forster
<octo@noris.net>
Wed, 2 Feb 2011 13:25:32 +0000
(14:25 +0100)
committer
Florian Forster
<octo@noris.net>
Wed, 2 Feb 2011 13:25:32 +0000
(14:25 +0100)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
70e3edd
..
8db24ca
100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-4474,8
+4474,11
@@
if test "x$have_sysctl" = "xyes"
then
plugin_cpu="yes"
plugin_memory="yes"
- plugin_swap="yes"
plugin_uptime="yes"
+ if test "x$ac_system" = "xDarwin"
+ then
+ plugin_swap="yes"
+ fi
fi
if test "x$have_sysctlbyname" = "xyes"
then