summaryrefslogtreecommitdiff
path: root/games/liquidwar/patches/patch-ab
blob: 457a9c4274316b0e82de7e8c2e3c00a72c7b69bb (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-ab,v 1.2 2007/11/29 17:28:24 wiz Exp $

--- configure.orig	2007-11-29 17:22:02.000000000 +0000
+++ configure
@@ -6392,7 +6392,7 @@ echo $ECHO_N "checking for target specif
 # Check whether --enable-target-opt was given.
 if test "${enable_target_opt+set}" = set; then
   enableval=$enable_target_opt;
-  if test "$I386" == "yes" && test "$enableval" != "no" ; then
+  if test "$I386" = "yes" && test "$enableval" != "no" ; then
     TARGET_OPT=yes
     { echo "$as_me:$LINENO: result: enabled" >&5
 echo "${ECHO_T}enabled" >&6; }
@@ -6404,7 +6404,7 @@ echo "${ECHO_T}disabled" >&6; }
 
 else
 
-  if test "$I386" == "yes" ; then
+  if test "$I386" = "yes" ; then
     TARGET_OPT=yes
     { echo "$as_me:$LINENO: result: enabled" >&5
 echo "${ECHO_T}enabled" >&6; }