Changeset 370
- Timestamp:
- 07/24/07 17:56:22 (1 year ago)
- Files:
-
- branches/angband-3.0.8/configure.ac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/angband-3.0.8/configure.ac
r299 r370 183 183 184 184 if test "$found_sdl_mixer" = "yes"; then 185 AC_DEFINE(SDL_SOUND, 1, [Define to 1 if using SDL_mixer sound support and it's found.]) 185 AC_DEFINE(SOUND_SDL, 1, [Define to 1 if using SDL_mixer sound support and it's found.]) 186 SDL_CFLAGS=`sdl-config --cflags` 187 CFLAGS="${CFLAGS} ${SDL_CFLAGS}" 186 188 LDFLAGS="${LDFLAGS} -lSDL_mixer" 187 189 fi
