mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
Make the alsa error message give out the needed version.
This commit is contained in:
parent
3c6da6e741
commit
90569d37a0
1 changed files with 1 additions and 1 deletions
|
|
@ -607,7 +607,7 @@ if test "x${alsa}" != xno ; then
|
|||
[
|
||||
HAVE_ALSA=0
|
||||
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
|
||||
])
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue