3 --- config/x_ac_arch.m4.orig 2006-10-31 01:17:13.000000000 +0000
4 +++ config/x_ac_arch.m4
5 @@ -57,7 +57,7 @@ AC_DEFUN([X_AC_ARCH], [
9 - if test "$x_ac_arch" == "32"; then
10 + if test "$x_ac_arch" = "32"; then
11 if expr "$host_os" : "aix" >/dev/null 2>&1; then
12 test -z "$OBJECT_MODE" && AC_MSG_ERROR(
13 [The OBJECT_MODE variable must be exported to the shell.])
14 @@ -67,7 +67,7 @@ AC_DEFUN([X_AC_ARCH], [
15 test -d /lib -o -d /usr/lib \
16 && LDFLAGS="-L/lib -L/usr/lib $LDFLAGS"
18 - elif test "$x_ac_arch" == "64"; then
19 + elif test "$x_ac_arch" = "64"; then
20 if expr "$host_os" : "aix" >/dev/null 2>&1; then
21 test -z "$OBJECT_MODE" && AC_MSG_ERROR(
22 [The OBJECT_MODE variable must be exported to the shell.])