Changeset 297
- Timestamp:
- 07/07/07 15:25:38 (2 years ago)
- Files:
-
- trunk/configure.ac (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/configure.ac
r281 r297 63 63 [ --enable-gtk Enables GTK 2.x frontend, can't use on system-wide installs (default: disabled)], 64 64 [enable_gtk=$enableval], 65 [enable_gtk= yes])65 [enable_gtk=no]) 66 66 AC_ARG_ENABLE(curses, 67 67 [ --enable-curses Enables Curses frontend (default: enabled)], … … 137 137 dnl SDL checking 138 138 if test "$enable_sdl" = "yes"; then 139 AM_PATH_SDL(1.2. 0,,)139 AM_PATH_SDL(1.2.10,,) 140 140 141 141 if test "$SDL_CONFIG" = "no"; then
