From 1ff5108874c1a1f196211cd4c348aac5f19b6ae8 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Wed, 2 Feb 2011 11:31:58 +0100 Subject: [PATCH] configure.in: Fix (de)activation of the Swap plugin for OpenBSD. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0