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 8be7965..70e3edd 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