[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnunet] branch master updated: build: check for newer curl dependency
From: |
gnunet |
Subject: |
[gnunet] branch master updated: build: check for newer curl dependency |
Date: |
Sun, 04 Feb 2024 13:55:25 +0100 |
This is an automated email from the git hooks/post-receive script.
martin-schanzenbach pushed a commit to branch master
in repository gnunet.
The following commit(s) were added to refs/heads/master by this push:
new a38759645 build: check for newer curl dependency
a38759645 is described below
commit a387596456d0eeb76f0e166a175aa233112c7689
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Sun Feb 4 13:48:04 2024 +0100
build: check for newer curl dependency
---
configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 43934319d..beeac3aeb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -722,8 +722,8 @@ AC_CHECK_LIB([curl-gnutls],
[curl_easy_getinfo],
[LIBCURL="-lcurl-gnutls"])
-LIBCURL_CHECK_CONFIG([], [7.34.0], [],
- [AC_MSG_ERROR([cURL must have a version >= 7.34.0])])
+LIBCURL_CHECK_CONFIG([], [7.85.0], [],
+ [AC_MSG_ERROR([cURL must have a version >= 7.85.0])])
OLD_LIBS=$LIBS
LIBS="$LIBS $LIBCURL"
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gnunet] branch master updated: build: check for newer curl dependency,
gnunet <=