input/Curl: require libcurl 7.18

This commit is contained in:
Max Kellermann
2013-01-10 20:46:47 +01:00
parent ed8798e82f
commit 3bb711837e
2 changed files with 5 additions and 25 deletions

View File

@@ -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])