diff options
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 50fb9e339..cc3902615 100644 --- a/configure.ac +++ b/configure.ac @@ -678,7 +678,6 @@ 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]) - MPD_LIBS="$MPD_LIBS $DESPOTIFY_LIBS" fi AM_CONDITIONAL(ENABLE_DESPOTIFY, test x$enable_despotify = xyes) |