From 90569d37a03b1b0cfcb9dbe0a431184c873e7481 Mon Sep 17 00:00:00 2001 From: Petteri Räty Date: Sat, 26 Jul 2008 23:04:09 +0300 Subject: Make the alsa error message give out the needed version. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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 -- cgit