projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b792fa
)
configure.ac: bump curl dependency to 7.32.0
author
Lukas Nykryn
<lnykryn@redhat.com>
Wed, 6 Apr 2016 13:03:31 +0000
(15:03 +0200)
committer
Lukas Nykryn
<lnykryn@redhat.com>
Wed, 6 Apr 2016 13:03:31 +0000
(15:03 +0200)
We are using CURLOPT_XFERINFOFUNCTION which was added in 7.32.0.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 464f318dfc52e840937e734efd5cb4165e160e24..7b9e64a0f6166bc4267411c7002b3381aa17b888 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-889,7
+889,7
@@
AM_CONDITIONAL(HAVE_MICROHTTPD, [test "$have_microhttpd" = "yes"])
have_libcurl=no
AC_ARG_ENABLE(libcurl, AS_HELP_STRING([--disable-libcurl], [disable libcurl support]))
if test "x$enable_libcurl" != "xno"; then
- PKG_CHECK_MODULES(LIBCURL, [libcurl],
+ PKG_CHECK_MODULES(LIBCURL, [libcurl
>= 7.32.0
],
[AC_DEFINE(HAVE_LIBCURL, 1, [Define if libcurl is available])
have_libcurl=yes
M4_DEFINES="$M4_DEFINES -DHAVE_LIBCURL"],