configure: display the status of lastfm protocol support

This commit is contained in:
Avuton Olrich 2009-03-05 16:28:11 -08:00 committed by Max Kellermann
parent f6413d2d5f
commit 6ab53cf62a

View File

@ -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