summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-03-23 18:04:15 +0000
committerBenny Prijono <bennylp@teluu.com>2006-03-23 18:04:15 +0000
commitadbbd72dbe1e91f17c9d6051271a5814108cbac5 (patch)
tree82ca73500c23f8e85d1f33f43330942e32b4d8a0 /configure
parent14824da601ff1b606a4bb0d891adb98940f60fce (diff)
Fixed misc warnings/errors in Solaris build
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@355 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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