Require alsa-lib 1.0.16

Require alsa-lib 1.0.16 and remove the superfluous check in configure
script.
This commit is contained in:
Takashi Iwai 2008-02-11 14:22:51 +01:00
parent 6f438b9b9a
commit 8f017f1618

View file

@ -27,9 +27,7 @@ AC_PROG_CC
dnl AC_PROG_CXX
AC_PROG_INSTALL
AC_PROG_LN_S
AM_PATH_ALSA(1.0.15)
AC_CHECK_FUNC(snd_tlv_get_dB_range,,
AC_ERROR([No TLV support code in alsa-lib]))
AM_PATH_ALSA(1.0.16)
AC_ARG_ENABLE(alsamixer,
[ --disable-alsamixer Disable alsamixer compilation],