0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

Fixed portability issue in StrongARM patch.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1400 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
atmos4 2001-07-28 13:18:00 +00:00
parent 22f0bb22c5
commit c4e52c047d

2
configure vendored
View File

@ -238,7 +238,7 @@ echo "You can get detailed help on configure with: $0 --help"
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