|
|
| version 1.27, 2012/02/03 13:20:05 | version 1.28, 2012/02/05 00:00:30 |
|---|---|
| Line 112 AC_DEFINE(USE_GTK2,1,[Define to 1 if you | Line 112 AC_DEFINE(USE_GTK2,1,[Define to 1 if you |
| dnl | dnl |
| dnl Checks for SDL | dnl Checks for SDL |
| dnl | dnl |
| if test x"$enable_sdlmixer" = "xyes"; then | if test x"$enable_sdl" = "xyes"; then |
| AM_PATH_SDL(1.2.0) | AM_PATH_SDL(1.2.0) |
| if test x"$no_sdl" != "xyes"; then | if test x"$no_sdl" != "xyes"; then |
| AC_DEFINE(USE_SDLAUDIO,,[Define if you have the SDL library.]) | AC_DEFINE(USE_SDLAUDIO,,[Define if you have the SDL library.]) |