$NetBSD: patch-aa,v 1.1.1.1 2007/09/04 21:46:32 drochner Exp $

--- configure.orig	2007-08-22 12:41:31.000000000 +0200
+++ configure
@@ -25746,7 +25746,7 @@ else
 fi
 
 found_xf86vidmode=no
-if test "x$USE_XF86VM" == "xyes" ; then
+if test "x$USE_XF86VM" = "xyes" ; then
   XF86VM_LIBS=
   { echo "$as_me:$LINENO: checking for XF86VidModeQueryExtension in -lXxf86vm" >&5
 echo $ECHO_N "checking for XF86VidModeQueryExtension in -lXxf86vm... $ECHO_C" >&6; }
@@ -27439,7 +27439,7 @@ else
   USE_DEBUG="no"
 fi
 
-if test "x$USE_DEBUG" == "xyes" ; then
+if test "x$USE_DEBUG" = "xyes" ; then
 
 cat >>confdefs.h <<_ACEOF
 #define DEBUG 1
