Commit 7cd9dbd5 authored by Avuton Olrich's avatar Avuton Olrich

configure: make all tests the same, when possible.

parent cd522582
......@@ -1459,13 +1459,13 @@ else
echo " last.fm radio support .........disabled"
fi
if test x$enable_curl != xno; then
if test x$enable_curl = xyes; then
echo " libcurl support (streaming) ...enabled"
else
echo " libcurl support (streaming) ...disabled"
fi
if test x$enable_mms != xno; then
if test x$enable_mms = xyes; then
echo " libmms support ................enabled"
else
echo " libmms support ................disabled"
......
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