Code

configure.in: Fix (de)activation of the Swap plugin for OpenBSD.
authorFlorian Forster <octo@noris.net>
Wed, 2 Feb 2011 10:31:58 +0000 (11:31 +0100)
committerFlorian Forster <octo@noris.net>
Wed, 2 Feb 2011 10:31:58 +0000 (11:31 +0100)
configure.in

index 8be7965585f276ac20aa4ee174b6d2cf0a95c889..70e3edda0f9ed289f3b4ed60a33c8ce9c7b2f624 100644 (file)
@@ -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