aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAvuton Olrich <avuton@gmail.com>2009-03-05 16:28:11 -0800
committerMax Kellermann <max@duempel.org>2009-03-06 06:50:50 +0100
commit6ab53cf62a69d9bbc32f3182c941741a5c3cfb6a (patch)
tree66b7637d06ad04237385c25653310b270136168f /configure.ac
parentf6413d2d5fe8983d97cc07cd057c72b0da633446 (diff)
downloadmpd-6ab53cf62a69d9bbc32f3182c941741a5c3cfb6a.tar.gz
mpd-6ab53cf62a69d9bbc32f3182c941741a5c3cfb6a.tar.xz
mpd-6ab53cf62a69d9bbc32f3182c941741a5c3cfb6a.zip
configure: display the status of lastfm protocol support
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
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