summaryrefslogtreecommitdiff
path: root/security/munge/patches/patch-configure
blob: e127f95ebe656c811aff7b39b3a7d925ff008b26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-configure,v 1.1.1.1 2012/02/19 03:51:17 asau Exp $

--- 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