updated on Wed Jan 25 00:20:47 UTC 2012
[aur-mirror.git] / xulrunner-oss / oss.patch
blobca79879fdbdfcbf0dd62f4507b5b70343f8b31e1
1 --- configure.in 2011-03-16 04:58:10.640027357 -0700
2 +++ configure.in.orig 2011-03-16 04:58:39.313360691 -0700
3 @@ -6266,20 +6266,6 @@
4 AC_DEFINE(MOZ_TREMOR)
5 fi
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
14 -linux*)
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.)])])
18 - ;;
19 - esac
20 -fi
22 dnl ========================================================
23 dnl Splashscreen
24 @@ -9294,7 +9280,6 @@
25 AC_SUBST(MOZ_TREMOR)
26 AC_SUBST(MOZ_WEBM)
27 AC_SUBST(MOZ_OGG)
28 -AC_SUBST(MOZ_ALSA_LIBS)
29 AC_SUBST(VPX_AS)
30 AC_SUBST(VPX_ASFLAGS)
31 AC_SUBST(VPX_DASH_C_FLAG)