$NetBSD: patch-aa,v 1.3 2007/04/09 14:44:30 adrianp Exp $

--- plugins/configure.orig	2007-04-04 22:20:35.000000000 +0100
+++ plugins/configure
@@ -19150,12 +19150,12 @@ fi
 
 # Check whether --enable-plugin was given.
 if test "${enable_plugin+set}" = set; then
-  enableval=$enable_plugin; if test "$enableval" == "no"; then
+  enableval=$enable_plugin; if test "$enableval" = "no"; then
    { { echo "$as_me:$LINENO: error: You cannot disable plugin support" >&5
 echo "$as_me: error: You cannot disable plugin support" >&2;}
    { (exit 1); exit 1; }; }
 else
-   if test "$enableval" == "yes"; then
+   if test "$enableval" = "yes"; then
       { { echo "$as_me:$LINENO: error: You must indicate a list of plugins with this option" >&5
 echo "$as_me: error: You must indicate a list of plugins with this option" >&2;}
    { (exit 1); exit 1; }; }
