changeset 25725:be5262a6034f

The GUI requires font support. patch by Guillaume Lecerf, foxcore gmail com
author diego
date Mon, 14 Jan 2008 23:08:24 +0000
parents 2886cfd9951b
children 831e4eaa70a9
files configure
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Mon Jan 14 11:36:29 2008 +0000
+++ b/configure	Mon Jan 14 23:08:24 2008 +0000
@@ -7226,6 +7226,8 @@
       ! echo $_libavdecoders | grep PNG_DECODER >/dev/null 2>&1 ; then
     die "The GUI requires libavcodec with PNG support (needs zlib)."
   fi
+  test "$_freetype" = no && test "$_bitmap_font" = no && \
+    die "The GUI requires either FreeType or bitmap font support."
 if ! win32 ; then
   test "$_x11" != yes && die "X11 support required for GUI compilation."