$NetBSD$

--- configure.orig	2012-01-24 14:54:58.000000000 +0000
+++ configure
@@ -4864,7 +4864,7 @@ $as_echo "${x_ac_arch_prog_cc_maix=no}" 
     fi
   fi
 
-  if test "$x_ac_arch" == "32"; then
+  if test "$x_ac_arch" = "32"; then
     if expr "$host_os" : "aix" >/dev/null 2>&1; then
       test -z "$OBJECT_MODE" && as_fn_error $? "The OBJECT_MODE variable must be exported to the shell." "$LINENO" 5
       OBJECT_MODE=32
@@ -4873,7 +4873,7 @@ $as_echo "${x_ac_arch_prog_cc_maix=no}" 
       test -d /lib -o -d /usr/lib \
         && LDFLAGS="-L/lib -L/usr/lib $LDFLAGS"
     fi
-  elif test "$x_ac_arch" == "64"; then
+  elif test "$x_ac_arch" = "64"; then
     if expr "$host_os" : "aix" >/dev/null 2>&1; then
       test -z "$OBJECT_MODE" && as_fn_error $? "The OBJECT_MODE variable must be exported to the shell." "$LINENO" 5
       OBJECT_MODE=64
