$NetBSD$

Fixing portability error.

--- configure.orig	2007-01-05 13:13:51.000000000 +0000
+++ configure
@@ -21253,9 +21253,9 @@ public class Test {
 EOF
 	GCJ_JAR=`gcj -C Test.java && gij Test`
 	rm Test.java Test.class
-	if test x$GCJ_JAR == x ; then
+	if test x$GCJ_JAR = x ; then
       GCJ_JAR=`(test -d /usr/share/local/java && find /usr/local/share/java -name libgcj-?.?.?.jar) || (test -d /usr/share/java && find /usr/share/java -name libgcj-?.?.?.jar)`
-	  if test x$GCJ_JAR == x ; then
+	  if test x$GCJ_JAR = x ; then
 	 	GCJ_JAR=`locate libgcj | grep libgcj.*\.jar`
       fi
     fi
