comparison configure @ 3196:ca4aaadbfb0a

extrachecks for weird configs GUI (--enable-gui --disable-png for instance)
author pl
date Thu, 29 Nov 2001 16:47:07 +0000
parents 53a6d2fc1498
children 039a973b3dda
comparison
equal deleted inserted replaced
3195:62d797a16f72 3196:ca4aaadbfb0a
2334 # --------------- GUI specific tests begin ------------------- 2334 # --------------- GUI specific tests begin -------------------
2335 echocheck "GUI" 2335 echocheck "GUI"
2336 echo "$_gui" 2336 echo "$_gui"
2337 if test "$_gui" = yes ; then 2337 if test "$_gui" = yes ; then
2338 2338
2339 # Required libraries
2340 test "$_png" != yes && die "PNG support required for GUI compilation"
2341 test "$_x11" != yes && die "X11 support required for GUI compilation"
2342
2339 echocheck "XShape extension" 2343 echocheck "XShape extension"
2340 _xshape=no 2344 _xshape=no
2341 if test "$_x11" = yes ; then 2345 if test "$_x11" = yes ; then
2342 cat > $TMPC << EOF 2346 cat > $TMPC << EOF
2343 #include <X11/Xlib.h> 2347 #include <X11/Xlib.h>