aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index a3d929bcf..b17d28c43 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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"