$NetBSD: patch-aa,v 1.9 2009/05/25 16:10:52 drochner Exp $

--- configure.orig	2009-05-10 23:50:52.000000000 +0200
+++ configure
@@ -24238,7 +24238,7 @@ rm -f core conftest.err conftest.$ac_obj
 $as_echo "$flag_ok" >&6; }
 
 
-        if test "x$ERROR_CFLAGS" == "x"
+        if test "x$ERROR_CFLAGS" = "x"
     then
 
   { $as_echo "$as_me:$LINENO: checking to see if compiler understands -errwarn=%all" >&5
@@ -29572,11 +29572,11 @@ $as_echo "yes" >&6; }
 fi
 
 
-    if test x$HAVE_LIBVISUAL == xyes; then
+    if test x$HAVE_LIBVISUAL = xyes; then
       LIBVIS_PLUGINSDIR="`$PKG_CONFIG --variable=pluginsbasedir libvisual-0.2`"
     fi
   else
-    if test x$HAVE_LIBVISUAL == xyes; then
+    if test x$HAVE_LIBVISUAL = xyes; then
       LIBVIS_PLUGINSDIR="`$PKG_CONFIG --variable=pluginsbasedir libvisual-0.4`"
     fi
   fi
