summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-07-28 13:18:00 +0000
committeratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-07-28 13:18:00 +0000
commitc4e52c047d2251f8d575e36ce9f516616b2a70d0 (patch)
treea766febef590edb4bd5c77693b48f35e8389f60d
parent22f0bb22c5a5405bdfb3aaf3ce2ae555c83e4cc6 (diff)
downloadmpv-c4e52c047d2251f8d575e36ce9f516616b2a70d0.tar.bz2
mpv-c4e52c047d2251f8d575e36ce9f516616b2a70d0.tar.xz
Fixed portability issue in StrongARM patch.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1400 b3059339-0415-0410-9bf9-f77b7e298cf2
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 4867144cff..875fc9064e 100755
--- a/configure
+++ b/configure
@@ -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