diff options
author | Simon Kagstrom <simon.kagstrom@gmail.com> | 2011-04-02 08:38:05 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2011-04-12 07:27:59 +0200 |
commit | a86fc52eeaf4024870b62090f66fbb90dd97ec54 (patch) | |
tree | 9b639cefd4bc9f79f45a7850d8aa8148a52689e8 | |
parent | 6d3ed3f16f7c427b22e8087804cea0f9874f4358 (diff) | |
download | mpd-a86fc52eeaf4024870b62090f66fbb90dd97ec54.tar.gz mpd-a86fc52eeaf4024870b62090f66fbb90dd97ec54.tar.xz mpd-a86fc52eeaf4024870b62090f66fbb90dd97ec54.zip |
configure.ac: Correct error message for missing despotify package
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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" |