Lines 5442-5456
Link Here
|
5442 |
dnl ======================================================== |
5442 |
dnl ======================================================== |
5443 |
|
5443 |
|
5444 |
dnl If using sydneyaudio with Linux, ensure that the alsa library is available |
5444 |
dnl If using sydneyaudio with Linux, ensure that the alsa library is available |
5445 |
if test "$COMPILE_ENVIRONMENT"; then |
5445 |
#if test "$COMPILE_ENVIRONMENT"; then |
5446 |
if test -n "$MOZ_SYDNEYAUDIO"; then |
5446 |
#if test -n "$MOZ_SYDNEYAUDIO"; then |
5447 |
case "$target_os" in |
5447 |
# case "$target_os" in |
5448 |
linux*) |
5448 |
#linux*) |
5449 |
AC_CHECK_LIB(asound, snd_pcm_open,,AC_MSG_ERROR([Ogg support on Linux requires the alsa library])) |
5449 |
# AC_CHECK_LIB(asound, snd_pcm_open,,AC_MSG_ERROR([Ogg support on Linux requires the alsa library])) |
5450 |
;; |
5450 |
# ;; |
5451 |
esac |
5451 |
# esac |
5452 |
fi |
5452 |
#fi |
5453 |
fi |
5453 |
#fi |
5454 |
|
5454 |
|
5455 |
dnl ======================================================== |
5455 |
dnl ======================================================== |
5456 |
dnl Permissions System |
5456 |
dnl Permissions System |