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
1 changed files with 3 additions and 6 deletions

View File

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