--- configure.orig	2009-04-15 12:10:15.000000000 -0500
+++ configure	2009-04-15 12:12:37.000000000 -0500
@@ -22386,7 +22386,7 @@
 		DRI2=yes
 		;;
 esac
- if test "x$DRI2" == xyes; then
+ if test "x$DRI2" = xyes; then
   DRI2_TRUE=
   DRI2_FALSE='#'
 else
@@ -22565,7 +22565,7 @@
 		DRI2_AIGLX=no
 	fi
 fi
- if test "x$DRI2_AIGLX" == xyes; then
+ if test "x$DRI2_AIGLX" = xyes; then
   DRI2_AIGLX_TRUE=
   DRI2_AIGLX_FALSE='#'
 else
