From: Florian Forster Date: Wed, 2 Feb 2011 10:31:58 +0000 (+0100) Subject: configure.in: Fix (de)activation of the Swap plugin for OpenBSD. X-Git-Tag: collectd-5.0.0~11 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=1ff5108874c1a1f196211cd4c348aac5f19b6ae8 configure.in: Fix (de)activation of the Swap plugin for OpenBSD. --- diff --git a/configure.in b/configure.in index 8be79655..70e3edda 100644 --- 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