aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 8 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 46ec01ada..f06988ec6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1146,6 +1146,14 @@ else
echo " Zeroconf support ..............disabled"
fi
+
+if test x$enable_curl != xno; then
+ echo " HTTP streaming (libcurl) ......enabled"
+else
+ echo " HTTP streaming (libcurl) ......disabled"
+fi
+
+
echo ""
echo "##########################################"
echo ""