Commit a86fc52e authored by Simon Kagstrom's avatar Simon Kagstrom Committed by Max Kellermann

configure.ac: Correct error message for missing despotify package

parent 6d3ed3f1
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment