extrachecks for weird configs GUI (--enable-gui --disable-png for instance)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3197 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
pl 2001-11-29 16:47:07 +00:00
parent 156cbec75f
commit db355d022c
1 changed files with 4 additions and 0 deletions

4
configure vendored
View File

@ -2336,6 +2336,10 @@ echocheck "GUI"
echo "$_gui"
if test "$_gui" = yes ; then
# Required libraries
test "$_png" != yes && die "PNG support required for GUI compilation"
test "$_x11" != yes && die "X11 support required for GUI compilation"
echocheck "XShape extension"
_xshape=no
if test "$_x11" = yes ; then