aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-10 20:46:47 +0100
committerMax Kellermann <max@duempel.org>2013-01-10 20:46:47 +0100
commit3bb711837ebd0514c9a55c992d3a98cd39dfe086 (patch)
treef5281fffddc697dfb8d896106229a14ece899a03 /configure.ac
parented8798e82fc59a0007447fd41c32416f809c0410 (diff)
input/Curl: require libcurl 7.18
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f9c7a0ca..1cd27ffe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -691,7 +691,7 @@ dnl Input Plugins
dnl ---------------------------------------------------------------------------
dnl ----------------------------------- CURL ----------------------------------
-MPD_AUTO_PKG(curl, CURL, [libcurl],
+MPD_AUTO_PKG(curl, CURL, [libcurl >= 7.18],
[libcurl HTTP streaming], [libcurl not found])
if test x$enable_curl = xyes; then
AC_DEFINE(ENABLE_CURL, 1, [Define when libcurl is used for HTTP streaming])