bump required alsa version

This commit is contained in:
Lennart Poettering 2009-02-18 21:44:30 +01:00
parent a571565f86
commit c1892f29de

View file

@ -638,7 +638,7 @@ AC_ARG_ENABLE([alsa],
[alsa=auto]) [alsa=auto])
if test "x${alsa}" != xno ; then if test "x${alsa}" != xno ; then
PKG_CHECK_MODULES(ASOUNDLIB, [ alsa >= 1.0.17 ], PKG_CHECK_MODULES(ASOUNDLIB, [ alsa >= 1.0.19 ],
[ [
HAVE_ALSA=1 HAVE_ALSA=1
AC_DEFINE([HAVE_ALSA], 1, [Have ALSA?]) AC_DEFINE([HAVE_ALSA], 1, [Have ALSA?])
@ -646,7 +646,7 @@ if test "x${alsa}" != xno ; then
[ [
HAVE_ALSA=0 HAVE_ALSA=0
if test "x$alsa" = xyes ; then if test "x$alsa" = xyes ; then
AC_MSG_ERROR([*** Needed alsa >= 1.0.17 support not found]) AC_MSG_ERROR([*** Needed alsa >= 1.0.19 support not found])
fi fi
]) ])
else else