Commit 6ab53cf6 authored by Avuton Olrich's avatar Avuton Olrich Committed by Max Kellermann

configure: display the status of lastfm protocol support

parent f6413d2d
...@@ -1465,6 +1465,12 @@ else ...@@ -1465,6 +1465,12 @@ else
echo " lame support ..................disabled" echo " lame support ..................disabled"
fi 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 if test x$enable_lsr = xyes; then
echo " libsamplerate support .........enabled" echo " libsamplerate support .........enabled"
else else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment