diff options
author | Avuton Olrich <avuton@gmail.com> | 2009-03-05 16:28:11 -0800 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-03-06 06:50:50 +0100 |
commit | 6ab53cf62a69d9bbc32f3182c941741a5c3cfb6a (patch) | |
tree | 66b7637d06ad04237385c25653310b270136168f | |
parent | f6413d2d5fe8983d97cc07cd057c72b0da633446 (diff) | |
download | mpd-6ab53cf62a69d9bbc32f3182c941741a5c3cfb6a.tar.gz mpd-6ab53cf62a69d9bbc32f3182c941741a5c3cfb6a.tar.xz mpd-6ab53cf62a69d9bbc32f3182c941741a5c3cfb6a.zip |
configure: display the status of lastfm protocol support
-rw-r--r-- | configure.ac | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index c72c5953c..66be1d767 100644 --- a/configure.ac +++ b/configure.ac @@ -1465,6 +1465,12 @@ else echo " lame support ..................disabled" fi +if test x$enable_lastfm = xyes; then + echo " lastfm radio support ..........enabled" +else + echo " lastfm radio support ..........disabled" +fi + if test x$enable_lsr = xyes; then echo " libsamplerate support .........enabled" else |