configure: make all tests the same, when possible.
This commit is contained in:
parent
cd52258211
commit
7cd9dbd574
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user