diff options
author | Max Kellermann <max@duempel.org> | 2015-01-26 09:55:31 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-01-26 09:55:31 +0100 |
commit | ad1b6ef0ac5e7c869b6adbede153e8b2ac55d708 (patch) | |
tree | 026f67796374ac9e9c71e6d812148bf463d8c26c /configure.ac | |
parent | ed5c6be2f1c3fa492b3642682dd2363dbc1027df (diff) | |
download | mpd-ad1b6ef0ac5e7c869b6adbede153e8b2ac55d708.tar.gz mpd-ad1b6ef0ac5e7c869b6adbede153e8b2ac55d708.tar.xz mpd-ad1b6ef0ac5e7c869b6adbede153e8b2ac55d708.zip |
{playlist,input}/despotify: remove defunct plugin
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/configure.ac b/configure.ac index 58ec172ea..276c48768 100644 --- a/configure.ac +++ b/configure.ac @@ -276,11 +276,6 @@ AC_ARG_ENABLE(jack, AC_SYS_LARGEFILE -AC_ARG_ENABLE(despotify, - AS_HELP_STRING([--enable-despotify], - [enable support for despotify (default: disable)]),, - [enable_despotify=no]) - AC_ARG_ENABLE(soundcloud, AS_HELP_STRING([--enable-soundcloud], [enable support for soundcloud.com]),, @@ -725,14 +720,6 @@ if test x$enable_curl = xyes; then fi AM_CONDITIONAL(ENABLE_CURL, test x$enable_curl = xyes) -dnl --------------------------------- Despotify --------------------------------- -MPD_AUTO_PKG(despotify, DESPOTIFY, [despotify], - [Despotify support], [despotify not found]) -if test x$enable_despotify = xyes; then - AC_DEFINE(ENABLE_DESPOTIFY, 1, [Define when despotify is enabled]) -fi -AM_CONDITIONAL(ENABLE_DESPOTIFY, test x$enable_despotify = xyes) - dnl --------------------------------- Soundcloud ------------------------------ if test x$enable_soundcloud != xno; then PKG_CHECK_MODULES([YAJL], [yajl >= 2.0], @@ -1588,7 +1575,6 @@ fi printf '\nStreaming support:\n\t' results(cdio_paranoia, [CDIO_PARANOIA]) results(curl,[CURL]) -results(despotify,[Despotify]) results(soundcloud,[Soundcloud]) printf '\n\t' results(mms,[MMS]) |