$NetBSD: patch-ac,v 1.3 2008/09/08 05:32:59 dholland Exp $

--- configure~	2008-05-26 20:21:57.000000000 -0400
+++ configure	2008-09-08 01:29:19.000000000 -0400
@@ -23300,7 +23300,7 @@ else
   have_kate=no
 fi
 
-if test "x$have_kate" == "xyes"
+if test "x$have_kate" = "xyes"
 then
   { echo "$as_me:$LINENO: checking for kate_ogg_decode_headerin in -loggkate" >&5
 echo $ECHO_N "checking for kate_ogg_decode_headerin in -loggkate... $ECHO_C" >&6; }
@@ -23369,7 +23369,7 @@ else
   have_kate=no
 fi
 
-  if test "x$have_kate" == "xyes"
+  if test "x$have_kate" = "xyes"
   then
     KATE_LIBS="-loggkate -lkate -logg"
 
