1 --- configure.in 2011-03-16 04:58:10.640027357 -0700
2 +++ configure.in.orig 2011-03-16 04:58:39.313360691 -0700
7 -dnl ========================================================
8 -dnl = Check alsa availability on Linux if using sydneyaudio
9 -dnl ========================================================
11 -dnl If using sydneyaudio with Linux, ensure that the alsa library is available
12 -if test -n "$MOZ_SYDNEYAUDIO"; then
13 - case "$target_os" in
15 - PKG_CHECK_MODULES(MOZ_ALSA, alsa, ,
16 - [echo "$MOZ_ALSA_PKG_ERRORS"
17 - AC_MSG_ERROR([Need alsa for Ogg, Wave or WebM decoding on Linux. Disable with --disable-ogg --disable-wave --disable-webm. (On Ubuntu, you might try installing the package libasound2-dev.)])])
22 dnl ========================================================
28 -AC_SUBST(MOZ_ALSA_LIBS)
31 AC_SUBST(VPX_DASH_C_FLAG)