mirror of
https://github.com/mpv-player/mpv
synced 2025-03-22 03:08:33 +00: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:
parent
22f0bb22c5
commit
c4e52c047d
2
configure
vendored
2
configure
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user