summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorPetteri Räty <betelgeuse@gentoo.org>2008-07-26 23:04:09 +0300
committerLennart Poettering <lennart@poettering.net>2008-07-30 16:34:33 +0200
commit90569d37a03b1b0cfcb9dbe0a431184c873e7481 (patch)
treedca8f439bc2c54056af25966c66ea1aec8da8311 /configure.ac
parent3c6da6e741ba1d8dcc6ac7cb9ace2d2cdda4dc25 (diff)
Make the alsa error message give out the needed version.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ad4f1c5b..84173758 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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