diff configure.in @ 3837:7c9663fb0860 SDL-ryan-multiple-audio-device

BeOS audio now works in 1.3 branch.
author Ryan C. Gordon <icculus@icculus.org>
date Sun, 08 Oct 2006 01:39:01 +0000
parents 93326d2ceedb
children
line wrap: on
line diff
--- a/configure.in	Sun Oct 08 00:55:30 2006 +0000
+++ b/configure.in	Sun Oct 08 01:39:01 2006 +0000
@@ -2242,7 +2242,7 @@
         CheckBeGL
         # Set up files for the audio library
         if test x$enable_audio = xyes; then
-            AC_DEFINE(SDL_AUDIO_DRIVER_BAUDIO)
+            AC_DEFINE(SDL_AUDIO_DRIVER_BEOSAUDIO)
             SOURCES="$SOURCES $srcdir/src/audio/baudio/*.cc"
             have_audio=yes
         fi