Mercurial > mplayer.hg
changeset 1399:79e39ecd2d37
Fixed portability issue in StrongARM patch.
author | atmos4 |
---|---|
date | Sat, 28 Jul 2001 13:18:00 +0000 |
parents | 10e236ceac5e |
children | 2bf9c561b01d |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sat Jul 28 07:54:52 2001 +0000 +++ b/configure Sat Jul 28 13:18:00 2001 +0000 @@ -238,7 +238,7 @@ echo "Please wait while ./configure discovers your software and hardware environment!" # Determine our OS name and CPU architecture -if [ "$_target" == "" ]; then +if [ "$_target" = "" ]; then system_name=`uname -s 2>&1` # name of operating system: Linux, FreeBSD, NetBSD, SunOS host_arch=`uname -p 2>&1` # host's instruction set or processor type