changeset 26364:48fd5c221905

Add GUI_GTK make variable.
author diego
date Fri, 11 Apr 2008 10:51:36 +0000
parents 3d420ef8f9be
children 10dfbc523184
files configure
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Fri Apr 11 10:35:32 2008 +0000
+++ b/configure	Fri Apr 11 10:51:36 2008 +0000
@@ -7291,6 +7291,7 @@
   test "$_freetype" = no && test "$_bitmap_font" = no && \
     die "The GUI requires either FreeType or bitmap font support."
 if ! win32 ; then
+  _gui_gtk=yes
   test "$_x11" != yes && die "X11 support required for GUI compilation."
 
   echocheck "XShape extension"
@@ -7837,6 +7838,7 @@
 
 # --- GUI stuff ---
 GUI = $_gui
+GUI_GTK = $_gui_gtk
 GUI_WIN32 = $_gui_win32
 
 # --- libvo stuff ---