projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45a4e27
)
configure.in: Fix (de)activation of the Swap plugin for OpenBSD.
author
Florian Forster
<octo@noris.net>
Wed, 2 Feb 2011 10:31:58 +0000
(11:31 +0100)
committer
Florian Forster
<octo@noris.net>
Wed, 2 Feb 2011 10:31:58 +0000
(11:31 +0100)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
8be7965
..
70e3edd
100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-4567,7
+4567,7
@@
then
plugin_swap="yes"
fi
-if test "x$have_swapctl" = "xyes"
+if test "x$have_swapctl" = "xyes"
&& test "x$c_cv_have_swapctl_two_args" = "xyes"
then
plugin_swap="yes"
fi