From 9deecd219eab59c4b8728dafa9fa3cfac6164e21 Mon Sep 17 00:00:00 2001
From: jefromi <jefromi@gmail.com>
Date: Sun, 14 Dec 2008 22:05:06 +0100
Subject: [PATCH] configure.ac: added libcurl to configure summary

When updating from a version before libcurl was used for streaming
support, this is confusing - streaming will work with the old version
(e.g. 0.13.2) but will give "no such file" errors with the new due to
the missing dependency. However, the missing dependency will not be
obvious when running the configure script.
---
 configure.ac | 8 ++++++++
 1 file changed, 8 insertions(+)

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 ""