10l, forgot to add _inc_x11 to X11 cc check

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21588 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2006-12-11 08:59:43 +00:00
parent ecd6df1c72
commit 01a497c0c5
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -3839,7 +3839,7 @@ EOF
else
_ld_tmp="$I -lXext -lX11 $_ld_sock $_ld_pthread"
fi
cc_check $_ld_tmp && _libs_mplayer="$_libs_mplayer $_ld_tmp" \
cc_check $_inc_x11 $_ld_tmp && _libs_mplayer="$_libs_mplayer $_ld_tmp" \
&& _x11=yes && break
done
fi