Ignore:
Timestamp:
Mar 20, 2006 8:57:51 PM (18 years ago)
Author:
bennylp
Message:

Fixed build error on mingw

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/configure

    r338 r345  
    55# 
    66MACHINE=`uname -p` 
     7if echo $MACHINE | grep unknown > /dev/null; then 
     8    MACHINE=`uname -m` 
     9fi; 
    710 
    811if echo $MACHINE | grep sun4u > /dev/null; then 
Note: See TracChangeset for help on using the changeset viewer.