$NetBSD: patch-aa,v 1.11 2004/07/20 17:37:23 abs Exp $

--- configure.in.orig	2004-07-03 17:49:13.000000000 +0100
+++ configure.in
@@ -213,12 +213,12 @@ AC_ARG_WITH(mozilla-snapshot,
 AC_MSG_RESULT($MOZILLA_VERSION$autodetect)
 
 dnl Test for the "trunk" version
-if test $MOZILLA_VERSION == "trunk"; then
+if test $MOZILLA_VERSION = "trunk"; then
 	MOZILLA_VERSION=99.0 # use a high number
 fi
 
 dnl Split up the version string ( 1.7rc1 -> 1 7 rc 1 )
-version=$(echo $MOZILLA_VERSION | sed -e 's/\(@<:@0-9@:>@\+\|@<:@a-z@:>@\+\)/\1 /g' -e 's/\.//g')
+version=$(echo $MOZILLA_VERSION | sed -e 's/\(@<:@0-9@:>@*\)/\1 /g' -e 's/\.//g')
 
 set -- $version;
 
