diff options
author | Max Kellermann <max@duempel.org> | 2013-01-10 20:46:47 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-10 20:46:47 +0100 |
commit | 3bb711837ebd0514c9a55c992d3a98cd39dfe086 (patch) | |
tree | f5281fffddc697dfb8d896106229a14ece899a03 /configure.ac | |
parent | ed8798e82fc59a0007447fd41c32416f809c0410 (diff) | |
download | mpd-3bb711837ebd0514c9a55c992d3a98cd39dfe086.tar.gz mpd-3bb711837ebd0514c9a55c992d3a98cd39dfe086.tar.xz mpd-3bb711837ebd0514c9a55c992d3a98cd39dfe086.zip |
input/Curl: require libcurl 7.18
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f9c7a0caa..1cd27ffe5 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]) |