summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-03-20 20:57:51 +0000
committerBenny Prijono <bennylp@teluu.com>2006-03-20 20:57:51 +0000
commit41a3062339f8d10c60a7a5a342a05a9c14a0aa03 (patch)
tree787617a24d83d4ea54da3a2dac27fd376e1ba970 /configure
parent2b00731ed3b4f15e2ee6c43b8abaa048aa530935 (diff)
Fixed build error on mingw
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@345 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index caaca802..3ae29e31 100755
--- a/configure
+++ b/configure
@@ -4,6 +4,9 @@
# Detect machine
#
MACHINE=`uname -p`
+if echo $MACHINE | grep unknown > /dev/null; then
+ MACHINE=`uname -m`
+fi;
if echo $MACHINE | grep sun4u > /dev/null; then
MACHINE_NAME=sparc