mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-14 17:35:43 +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
|
dnl AC_PROG_CXX
|
||||||
AC_PROG_INSTALL
|
AC_PROG_INSTALL
|
||||||
AC_PROG_LN_S
|
AC_PROG_LN_S
|
||||||
AM_PATH_ALSA(1.0.15)
|
AM_PATH_ALSA(1.0.16)
|
||||||
AC_CHECK_FUNC(snd_tlv_get_dB_range,,
|
|
||||||
AC_ERROR([No TLV support code in alsa-lib]))
|
|
||||||
|
|
||||||
AC_ARG_ENABLE(alsamixer,
|
AC_ARG_ENABLE(alsamixer,
|
||||||
[ --disable-alsamixer Disable alsamixer compilation],
|
[ --disable-alsamixer Disable alsamixer compilation],
|
||||||
|
|
Loading…
Reference in a new issue