--- configure.in.orig	Sun Nov 19 18:04:52 2006
+++ configure.in	Sun Nov 19 18:01:44 2006
@@ -204,7 +204,7 @@
   		GTKLIBS="$LIBS"
   		LIBS="$olfl"
 
-		if test "$GTK2" == "yes"; then
+		if test "$GTK2" = "yes"; then
 			AC_DEFINE(HAVE_LIB_GTK2, 1, we have libgtk2.x)
 		else
 			AC_MSG_WARN(*** GTK1 being used.  GTK2 is preferred and GTK1 support may vanish in future releases ***)
--- configure.orig	Sun Nov 19 18:04:45 2006
+++ configure	Sun Nov 19 18:01:18 2006
@@ -4185,7 +4185,7 @@
   		GTKLIBS="$LIBS"
   		LIBS="$olfl"
 
-		if test "$GTK2" == "yes"; then
+		if test "$GTK2" = "yes"; then
 
 cat >>confdefs.h <<\_ACEOF
 #define HAVE_LIB_GTK2 1
