summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2015-06-02 20:57:34 +0100
committerTim-Philipp Müller <tim@centricular.com>2015-06-02 21:16:02 +0100
commitacf0d92d0f4af0fe7f26db44eac406804353c55f (patch)
tree0fd6607643638fbc1cb4c922e064a29c1b0709b3 /configure.ac
parentd91f5e85e7af60e64a85021885f99fa3f9e60056 (diff)
downloadgstreamer-plugins-bad-acf0d92d0f4af0fe7f26db44eac406804353c55f.tar.gz
configure: lower curl requirement to 7.35.0
Build and unit tests were tested against 7.35 too now, which is the version in Ubuntu 14.04.
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 43c197343..01c3ca582 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1812,7 +1812,7 @@ AG_GST_CHECK_FEATURE(CHROMAPRINT, [chromaprint], chromaprint, [
dnl *** Curl ***
translit(dnm, m, l) AM_CONDITIONAL(USE_CURL, true)
AG_GST_CHECK_FEATURE(CURL, [Curl plugin], curl, [
- PKG_CHECK_MODULES(CURL, libcurl >= 7.37.1, [
+ PKG_CHECK_MODULES(CURL, libcurl >= 7.35.0, [
HAVE_CURL="yes"
AC_CHECK_HEADERS([unistd.h sys/socket.h sys/types.h netinet/in.h netinet/ip.h netinet/tcp.h fcntl.h], [ ], [
AC_CHECK_HEADERS([unistd.h sys/types.h winsock2.h ws2tcpip.h fcntl.h], [ ], [HAVE_CURL="no"])