$NetBSD: patch-aa,v 1.3 2006/10/10 20:05:10 rillig Exp $

--- configure.orig	2006-10-10 22:02:41.000000000 +0200
+++ configure	2006-10-10 22:04:28.000000000 +0200
@@ -5248,12 +5248,12 @@ rm -f conftest.err conftest.$ac_objext \
   rm -f conf.sdltest
 
 
-  if test "$enable_sound" == "yes" -a "$found_sound" == "no"; then
+  if test "$enable_sound" = "yes" -a "$found_sound" = "no"; then
     { { echo "$as_me:$LINENO: error: libSDL and SDL_mixer are required for sound" >&5
 echo "$as_me: error: libSDL and SDL_mixer are required for sound" >&2;}
    { (exit 1); exit 1; }; }
   fi
-  if test "$found_sound" == "yes"; then
+  if test "$found_sound" = "yes"; then
     AUDIO_CFLAGS="$SDL_CFLAGS"
     AUDIO_LIBS="$SDL_LIBS -lSDL_mixer"
 
