mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-09 17:05:41 +01:00
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:
parent
6f438b9b9a
commit
8f017f1618
1 changed files with 1 additions and 3 deletions
|
@ -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],
|
||||
|
|
Loading…
Reference in a new issue