gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: -more curl detection


From: gnunet
Subject: [gnunet] branch master updated: -more curl detection
Date: Wed, 07 Sep 2022 09:15:14 +0200

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 6745bed70 -more curl detection
6745bed70 is described below

commit 6745bed70af20a11aee5e0c8f6e7bd8479031e9e
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Wed Sep 7 09:15:11 2022 +0200

    -more curl detection
---
 configure.ac | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index a73df0cb3..efae64917 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1499,9 +1499,12 @@ AS_IF([test "x$png" = "x1"],
 # against libcurl-gnutls directly, in which case we manually set it just to be
 # sure curl-config is not linked against another curl.
 AS_IF([test "x$curl_gnutls" = "x0"],
-       [AC_CHECK_PROG([CURL_SSL_BACKEND], ["curl-config"], 
[m4_esyscmd_s(curl-config --ssl-backends)])
+       [AC_CHECK_PROG([CURLCONFIG_BINARY], [curl-config], [curl-config], 
[None])
+        AS_IF([test "x$CURLCONFIG_BINARY" = "xNone"],
+              AC_SUBST([CURL_SSL_BACKEND],["Unkown SSL backend"]),
+              AC_SUBST([CURL_SSL_BACKEND],[`curl-config --ssl-backends`]))
         http_client="curl ($CURL_SSL_BACKEND)"],
-       [http_client="curl (GnuTLS)"])
+       [http_client="curl-gnutls"])
 
 # ifconfig
 AS_IF([test "x$IFCONFIG_BINARY" = "xfalse"],

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]