comparison configure @ 37178:0f0ccec7c8f3

Revise message.
author ib
date Mon, 08 Sep 2014 20:22:27 +0000
parents d50c97393dc1
children 8c95bcbe4ddc
comparison
equal deleted inserted replaced
37177:d50c97393dc1 37178:0f0ccec7c8f3
7837 test "$_freetype" = no && test "$_bitmap_font" = no && 7837 test "$_freetype" = no && test "$_bitmap_font" = no &&
7838 die "The GUI requires either FreeType or bitmap font support." 7838 die "The GUI requires either FreeType or bitmap font support."
7839 7839
7840 if ! win32 ; then 7840 if ! win32 ; then
7841 _gui_gtk=yes 7841 _gui_gtk=yes
7842 test "$_x11" != yes && die "X11 support required for GUI compilation." 7842 test "$_x11" != yes && die "The GUI requires X11."
7843 7843
7844 echocheck "XShape extension" 7844 echocheck "XShape extension"
7845 if test "$_xshape" = auto ; then 7845 if test "$_xshape" = auto ; then
7846 _xshape=no 7846 _xshape=no
7847 cat > $TMPC << EOF 7847 cat > $TMPC << EOF