attempt to get the sdl audio lib to compile automatically if SDL is present. Works For Me, Your Mileage May Vary (incredibly).

This commit is contained in:
Ragnvald Maartmann-Moe IV 2001-05-19 07:28:04 +00:00
parent 7f0d8ed7e0
commit bfbcf8fac2

View file

@ -842,12 +842,9 @@ QF_maGiC_VALUE
fi fi
dnl SDL digital audio dnl SDL digital audio
AC_ARG_ENABLE(sdl-audio, if test "x$HAVE_SDL" = "xyes"; then
[ --enable-sdl-audio use SDL for audio output], SOUND_TYPES="$SOUND_TYPES SDL"
if test "x$HAVE_SDL" = "xyes"; then fi
SOUND_TYPES="$SOUND_TYPES SDL"
fi
)
dnl SGI dnl SGI
if test "x$ac_cv_header_dmedia_audio_h" = "xyes"; then if test "x$ac_cv_header_dmedia_audio_h" = "xyes"; then