Make the alsa error message give out the needed version.
authorPetteri Räty <betelgeuse@gentoo.org>
Sat, 26 Jul 2008 20:04:09 +0000 (23:04 +0300)
committerLennart Poettering <lennart@poettering.net>
Wed, 30 Jul 2008 14:34:33 +0000 (16:34 +0200)
configure.ac

index ad4f1c5..8417375 100644 (file)
@@ -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