diff -u --recursive --new-file mozilla-1.9.1.bak/configure.in mozilla-1.9.1/configure.in --- mozilla-1.9.1.bak/configure.in 2009-07-05 14:49:24.365054195 +0200 +++ mozilla-1.9.1/configure.in 2009-07-05 14:53:44.889058012 +0200 @@ -5442,15 +5442,15 @@ dnl ======================================================== dnl If using sydneyaudio with Linux, ensure that the alsa library is available -if test "$COMPILE_ENVIRONMENT"; then -if test -n "$MOZ_SYDNEYAUDIO"; then - case "$target_os" in -linux*) - AC_CHECK_LIB(asound, snd_pcm_open,,AC_MSG_ERROR([Ogg support on Linux requires the alsa library])) - ;; - esac -fi -fi +#if test "$COMPILE_ENVIRONMENT"; then +#if test -n "$MOZ_SYDNEYAUDIO"; then +# case "$target_os" in +#linux*) +# AC_CHECK_LIB(asound, snd_pcm_open,,AC_MSG_ERROR([Ogg support on Linux requires the alsa library])) +# ;; +# esac +#fi +#fi dnl ======================================================== dnl Permissions System diff -u --recursive --new-file mozilla-1.9.1.bak/media/libsydneyaudio/src/Makefile.in mozilla-1.9.1/media/libsydneyaudio/src/Makefile.in --- mozilla-1.9.1.bak/media/libsydneyaudio/src/Makefile.in 2009-07-05 14:51:26.216056690 +0200 +++ mozilla-1.9.1/media/libsydneyaudio/src/Makefile.in 2009-07-05 14:54:07.180055309 +0200 @@ -47,7 +47,7 @@ ifeq ($(OS_ARCH),Linux) CSRCS = \ - sydney_audio_alsa.c \ + sydney_audio_oss.c \ $(NULL) endif