From bfbcf8fac2733805a19161241cc2f4fce053cbb0 Mon Sep 17 00:00:00 2001 From: Ragnvald Maartmann-Moe IV Date: Sat, 19 May 2001 07:28:04 +0000 Subject: [PATCH] attempt to get the sdl audio lib to compile automatically if SDL is present. Works For Me, Your Mileage May Vary (incredibly). --- configure.in | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/configure.in b/configure.in index 660d7a1ec..cf80e6a1d 100644 --- a/configure.in +++ b/configure.in @@ -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