From a86fc52eeaf4024870b62090f66fbb90dd97ec54 Mon Sep 17 00:00:00 2001 From: Simon Kagstrom Date: Sat, 2 Apr 2011 08:38:05 +0200 Subject: configure.ac: Correct error message for missing despotify package --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 5af8324ed..dbf84c0b5 100644 --- a/configure.ac +++ b/configure.ac @@ -656,7 +656,7 @@ AM_CONDITIONAL(ENABLE_LASTFM, test x$enable_lastfm = xyes) dnl --------------------------------- Despotify --------------------------------- MPD_AUTO_PKG(despotify, DESPOTIFY, [despotify], - [libcurl HTTP streaming], [libcurl not found]) + [Despotify support], [despotify not found]) if test x$enable_despotify = xyes; then AC_DEFINE(ENABLE_DESPOTIFY, 1, [Define when despotify is enabled]) MPD_LIBS="$MPD_LIBS $DESPOTIFY_LIBS" -- cgit v1.2.3