From 41a3062339f8d10c60a7a5a342a05a9c14a0aa03 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Mon, 20 Mar 2006 20:57:51 +0000 Subject: Fixed build error on mingw git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@345 74dad513-b988-da41-8d7b-12977e46ad98 --- configure | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure') 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 -- cgit v1.2.3