Mercurial > mplayer.hg
comparison configure @ 1399:79e39ecd2d37
Fixed portability issue in StrongARM patch.
author | atmos4 |
---|---|
date | Sat, 28 Jul 2001 13:18:00 +0000 |
parents | a721a2b91d3d |
children | 1752eedd4f97 |
comparison
equal
deleted
inserted
replaced
1398:10e236ceac5e | 1399:79e39ecd2d37 |
---|---|
236 | 236 |
237 echo "You can get detailed help on configure with: $0 --help" | 237 echo "You can get detailed help on configure with: $0 --help" |
238 echo "Please wait while ./configure discovers your software and hardware environment!" | 238 echo "Please wait while ./configure discovers your software and hardware environment!" |
239 | 239 |
240 # Determine our OS name and CPU architecture | 240 # Determine our OS name and CPU architecture |
241 if [ "$_target" == "" ]; then | 241 if [ "$_target" = "" ]; then |
242 system_name=`uname -s 2>&1` # name of operating system: Linux, FreeBSD, NetBSD, SunOS | 242 system_name=`uname -s 2>&1` # name of operating system: Linux, FreeBSD, NetBSD, SunOS |
243 host_arch=`uname -p 2>&1` # host's instruction set or processor type | 243 host_arch=`uname -p 2>&1` # host's instruction set or processor type |
244 | 244 |
245 case "$host_arch" in | 245 case "$host_arch" in |
246 i386|sparc|ppc|alpha|arm) | 246 i386|sparc|ppc|alpha|arm) |