From db355d022c7de88018b89403647ed330337264db Mon Sep 17 00:00:00 2001 From: pl Date: Thu, 29 Nov 2001 16:47:07 +0000 Subject: 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 --- configure | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 5445ac4033..5bbc71af59 100755 --- a/configure +++ b/configure @@ -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 -- cgit v1.2.3