Common subdirectories: SDL-1.2.12.orig/build-scripts and SDL-1.2.12/build-scripts diff -u SDL-1.2.12.orig/configure.in SDL-1.2.12/configure.in --- SDL-1.2.12.orig/configure.in 2007-07-20 12:32:39.000000000 +0400 +++ SDL-1.2.12/configure.in 2007-11-10 23:16:56.000000000 +0300 @@ -470,8 +470,8 @@ { 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 @@ -490,7 +490,7 @@ 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 /lib/libpulse-simple.so.* 2> /dev/null`" != "x"; then PULSE_LIBS="-L/lib $PULSE_LIBS" @@ -508,11 +508,11 @@ 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" Common subdirectories: SDL-1.2.12.orig/docs and SDL-1.2.12/docs Common subdirectories: SDL-1.2.12.orig/include and SDL-1.2.12/include Common subdirectories: SDL-1.2.12.orig/src and SDL-1.2.12/src Common subdirectories: SDL-1.2.12.orig/test and SDL-1.2.12/test