Changeset 297

Show
Ignore:
Timestamp:
07/07/07 15:25:38 (1 year ago)
Author:
takkaria
Message:

Make autotools detect the right version of SDL, and fix GTK port being compiled by default.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/configure.ac

    r281 r297  
    6363        [  --enable-gtk                         Enables GTK 2.x frontend, can't use on system-wide installs (default: disabled)], 
    6464        [enable_gtk=$enableval], 
    65         [enable_gtk=yes]) 
     65        [enable_gtk=no]) 
    6666AC_ARG_ENABLE(curses, 
    6767        [  --enable-curses                      Enables Curses frontend (default: enabled)], 
     
    137137dnl SDL checking 
    138138if test "$enable_sdl" = "yes"; then 
    139         AM_PATH_SDL(1.2.0,,) 
     139        AM_PATH_SDL(1.2.10,,) 
    140140 
    141141        if test "$SDL_CONFIG" = "no"; then