--- configure.orig	Tue Jan  9 15:13:38 2007
+++ configure	Tue Jan  9 15:14:11 2007
@@ -2976,7 +2976,7 @@
 fi
 
 
-  if test "x$RUBY" == "x" ; then
+  if test "x$RUBY" = "x" ; then
     { { echo "$as_me:$LINENO: error: ruby is required" >&5
 echo "$as_me: error: ruby is required" >&2;}
    { (exit 1); exit 1; }; }
@@ -3085,7 +3085,7 @@
 
 
   minGemVersion=0.8.11
-  if test "x$GEM" == "x" ; then
+  if test "x$GEM" = "x" ; then
     echo "$as_me:$LINENO: result: * to install ruby gems follow your distro instructions, " >&5
 echo "${ECHO_T}* to install ruby gems follow your distro instructions, " >&6
     echo "$as_me:$LINENO: result: * locate the rpm on pbone or run the following commands: " >&5
@@ -3186,7 +3186,7 @@
 fi
 
 
-  if test "x$RAKE" == "x" ; then
+  if test "x$RAKE" = "x" ; then
     { { echo "$as_me:$LINENO: error: rake is required.  type 'gem install rake --no-rdoc'" >&5
 echo "$as_me: error: rake is required.  type 'gem install rake --no-rdoc'" >&2;}
    { (exit 1); exit 1; }; }
@@ -3239,7 +3239,7 @@
 # CHECK_RUBY_GEM([file-tail])
 
 
-if test x$enable_ruby_binding == xyes ; then
+if test x$enable_ruby_binding = xyes ; then
   RUBY_BINDINGS_ENABLED="ruby-bindings-enabled="
 
     abs_srcdir=`cd $srcdir && pwd`
