From adbbd72dbe1e91f17c9d6051271a5814108cbac5 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Thu, 23 Mar 2006 18:04:15 +0000 Subject: Fixed misc warnings/errors in Solaris build git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@355 74dad513-b988-da41-8d7b-12977e46ad98 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 3ae29e31..ec0a8720 100755 --- a/configure +++ b/configure @@ -8,7 +8,7 @@ if echo $MACHINE | grep unknown > /dev/null; then MACHINE=`uname -m` fi; -if echo $MACHINE | grep sun4u > /dev/null; then +if echo $MACHINE | grep sparc > /dev/null; then MACHINE_NAME=sparc elif echo $MACHINE | grep i.86 > /dev/null; then MACHINE_NAME=i386 -- cgit v1.2.3