configure.ac: Correct error message for missing despotify package

This commit is contained in:
Simon Kagstrom 2011-04-02 08:38:05 +02:00 committed by Max Kellermann
parent 6d3ed3f16f
commit a86fc52eea
1 changed files with 1 additions and 1 deletions

View File

@ -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"