configure.ac: Correct error message for missing despotify package
This commit is contained in:
parent
6d3ed3f16f
commit
a86fc52eea
@ -656,7 +656,7 @@ AM_CONDITIONAL(ENABLE_LASTFM, test x$enable_lastfm = xyes)
|
|||||||
|
|
||||||
dnl --------------------------------- Despotify ---------------------------------
|
dnl --------------------------------- Despotify ---------------------------------
|
||||||
MPD_AUTO_PKG(despotify, DESPOTIFY, [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
|
if test x$enable_despotify = xyes; then
|
||||||
AC_DEFINE(ENABLE_DESPOTIFY, 1, [Define when despotify is enabled])
|
AC_DEFINE(ENABLE_DESPOTIFY, 1, [Define when despotify is enabled])
|
||||||
MPD_LIBS="$MPD_LIBS $DESPOTIFY_LIBS"
|
MPD_LIBS="$MPD_LIBS $DESPOTIFY_LIBS"
|
||||||
|
Loading…
Reference in New Issue
Block a user