1
mirror of https://github.com/mpv-player/mpv synced 2025-01-16 22:37:28 +01:00

Applied solaris fix suggested by Jürgen Keil.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1221 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
atmos4 2001-06-24 19:24:55 +00:00
parent 88bdcf9e11
commit 2387f745cd

2
configure vendored
View File

@ -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