Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > adfe7fa6bee255aa7910f19433083f20 > files > 16

SDL12-1.2.13-10mdv2009.0.src.rpm

diff -p -up SDL-1.2.13/configure.in.pulseaudio-shared SDL-1.2.13/configure.in
--- SDL-1.2.13/configure.in.pulseaudio-shared	2008-02-06 16:56:16.000000000 +0100
+++ SDL-1.2.13/configure.in	2008-02-06 16:57:09.000000000 +0100
@@ -479,8 +479,8 @@ CheckPulseAudio()
 {
     AC_ARG_ENABLE(pulseaudio,
 AC_HELP_STRING([--enable-pulseaudio], [use PulseAudio [[default=yes]]]),
-                  , enable_pulse=yes)
-    if test x$enable_audio = xyes -a x$enable_pulse = xyes; then
+                  , enable_pulseaudio=yes)
+    if test x$enable_audio = xyes -a x$enable_pulseaudio = xyes; then
         audio_pulse=no
 
         PULSE_REQUIRED_VERSION=0.9
@@ -499,7 +499,7 @@ AC_HELP_STRING([--enable-pulseaudio], [u
         if test x$audio_pulse = xyes; then
             AC_ARG_ENABLE(pulseaudio-shared,
 AC_HELP_STRING([--enable-pulseaudio-shared], [dynamically load PulseAudio support [[default=yes]]]),
-                          , enable_pulse_shared=yes)
+                          , enable_pulseaudio_shared=yes)
             if test "x`echo $PULSE_LIBS | grep -- -L`" = "x"; then
                 if test "x`ls ${libdir}/libpulse-simple.so.* 2> /dev/null`" != "x"; then
                     PULSE_LIBS="-L${libdir} $PULSE_LIBS"
@@ -517,11 +517,11 @@ AC_HELP_STRING([--enable-pulseaudio-shar
             SOURCES="$SOURCES $srcdir/src/audio/pulse/*.c"
             EXTRA_CFLAGS="$EXTRA_CFLAGS $PULSE_CFLAGS"
             if test x$have_loadso != xyes && \
-               test x$enable_pulse_shared = xyes; then
+               test x$enable_pulseaudio_shared = xyes; then
                 AC_MSG_WARN([You must have SDL_LoadObject() support for dynamic PulseAudio loading])
             fi
             if test x$have_loadso = xyes && \
-               test x$enable_pulse_shared = xyes && test x$pulse_lib != x; then
+               test x$enable_pulseaudio_shared = xyes && test x$pulse_lib != x; then
                 AC_DEFINE_UNQUOTED(SDL_AUDIO_DRIVER_PULSE_DYNAMIC, "$pulse_lib")
             else
                 EXTRA_LDFLAGS="$EXTRA_LDFLAGS $PULSE_LIBS"