Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / security / munge / patches / patch-config_x__ac__arch.m4
blobfa9cca3800fc779af5d1dfe24cf42d8591dfee5c
1 $NetBSD$
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], [
6      fi
7    fi
8  
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"
17      fi
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.])