]> git.alsa-project.org Git - alsa-utils.git/commitdiff
Require alsa-lib 1.0.16
authorTakashi Iwai <tiwai@suse.de>
Mon, 11 Feb 2008 13:22:51 +0000 (14:22 +0100)
committerTakashi Iwai <tiwai@suse.de>
Mon, 11 Feb 2008 13:22:51 +0000 (14:22 +0100)
Require alsa-lib 1.0.16 and remove the superfluous check in configure
script.

configure.in

index ff5c28081a3fc578ab455000439568f85980e096..5c1adb61cd7b67ad4accc7982c479bc1f300afa7 100644 (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],