From 2c48e4d7f08ccb9e6303db13e52eb2df26d91b92 Mon Sep 17 00:00:00 2001 From: tonio Date: Tue, 16 May 2006 21:33:03 +0000 Subject: fix the use to == for test(1) --- lang/jamvm/patches/patch-aa | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'lang/jamvm/patches/patch-aa') diff --git a/lang/jamvm/patches/patch-aa b/lang/jamvm/patches/patch-aa index b31266cc5c9..944b72ce6e7 100644 --- a/lang/jamvm/patches/patch-aa +++ b/lang/jamvm/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.1 2006/05/02 08:59:30 joerg Exp $ +$NetBSD: patch-aa,v 1.2 2006/05/16 21:33:03 tonio Exp $ ---- configure.orig 2006-01-18 10:08:36.000000000 +0000 +--- configure.orig 2006-01-18 11:08:36.000000000 +0100 +++ configure @@ -1943,19 +1943,25 @@ host_os=`echo $ac_cv_host | sed 's/^\([^ @@ -30,6 +30,15 @@ $NetBSD: patch-aa,v 1.1 2006/05/02 08:59:30 joerg Exp $ powerpc-*-darwin*) host_os=darwin ;; *) { { echo "$as_me:$LINENO: error: $host not supported" >&5 echo "$as_me: error: $host not supported" >&2;} +@@ -1984,7 +1990,7 @@ if test "${enable_int_caching+set}" = se + enableval="$enable_int_caching" + + else +- if test "$host_cpu" == i386; then ++ if test "$host_cpu" = i386; then + enable_int_caching=no + fi + fi; @@ -3289,13 +3295,13 @@ done -- cgit v1.2.3