From 6ab53cf62a69d9bbc32f3182c941741a5c3cfb6a Mon Sep 17 00:00:00 2001 From: Avuton Olrich Date: Thu, 5 Mar 2009 16:28:11 -0800 Subject: configure: display the status of lastfm protocol support --- configure.ac | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'configure.ac') 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 -- cgit v1.2.3