Give more helpful error message when libasound2-dev is missing.

This commit is contained in:
L. David Baron 2010-06-08 22:28:14 -07:00
parent 5f7472e719
commit dba1720a51

View File

@ -5983,7 +5983,7 @@ if test -n "$MOZ_SYDNEYAUDIO"; then
linux*)
PKG_CHECK_MODULES(MOZ_ALSA, alsa, ,
[echo "$MOZ_ALSA_PKG_ERRORS"
AC_MSG_ERROR([Need alsa for Ogg or Wave decoding on Linux. Disable with --disable-ogg --disable-wave.])])
AC_MSG_ERROR([Need alsa for Ogg or Wave decoding on Linux. Disable with --disable-ogg --disable-wave. (On Ubuntu, you might try installing the package libasound2-dev.)])])
;;
esac
fi