configure: make all tests the same, when possible.

This commit is contained in:
Avuton Olrich 2009-03-05 23:17:00 -08:00
parent cd52258211
commit 7cd9dbd574

View File

@ -1459,13 +1459,13 @@ else
echo " last.fm radio support .........disabled" echo " last.fm radio support .........disabled"
fi fi
if test x$enable_curl != xno; then if test x$enable_curl = xyes; then
echo " libcurl support (streaming) ...enabled" echo " libcurl support (streaming) ...enabled"
else else
echo " libcurl support (streaming) ...disabled" echo " libcurl support (streaming) ...disabled"
fi fi
if test x$enable_mms != xno; then if test x$enable_mms = xyes; then
echo " libmms support ................enabled" echo " libmms support ................enabled"
else else
echo " libmms support ................disabled" echo " libmms support ................disabled"