summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authoratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-24 19:24:55 +0000
committeratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-24 19:24:55 +0000
commit2387f745cd216bc3523ad6124ed9a221aea3c50a (patch)
treed373d087bc2eb079675dbd3d77ae0eeb771f290a /configure
parent88bdcf9e116d153dd8b5036a7ff0bd80fa370acb (diff)
downloadmpv-2387f745cd216bc3523ad6124ed9a221aea3c50a.tar.bz2
mpv-2387f745cd216bc3523ad6124ed9a221aea3c50a.tar.xz
Applied solaris fix suggested by Jürgen Keil.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1221 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index d98a1cb798..9456f5f8ef 100755
--- a/configure
+++ b/configure
@@ -1074,7 +1074,7 @@ echo "$kernel_version, ok"
fi
fi
-if [ "$_xmga" == "autodetect" ]; then
+if [ "$_xmga" = "autodetect" ]; then
if [ $_x11 = 'yes' ] && [ $_mga = 'yes' ]; then
_xmga=yes
else