Make the alsa error message give out the needed version.

This commit is contained in:
Petteri Räty 2008-07-26 23:04:09 +03:00 committed by Lennart Poettering
parent 3c6da6e741
commit 90569d37a0

View file

@ -607,7 +607,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([*** ALSA support not found]) AC_MSG_ERROR([*** Needed alsa >= 1.0.17 support not found])
fi fi
]) ])
else else