gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: removed the GnuTLS check for cUR


From: gnunet
Subject: [taler-exchange] branch master updated: removed the GnuTLS check for cURL
Date: Mon, 18 May 2020 22:25:46 +0200

This is an automated email from the git hooks/post-receive script.

jonathan-buchanan pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 63f05b9f removed the GnuTLS check for cURL
63f05b9f is described below

commit 63f05b9ff65d938cefcabc0af4f806ab11dc9ba4
Author: Jonathan Buchanan <address@hidden>
AuthorDate: Mon May 18 16:14:59 2020 -0400

    removed the GnuTLS check for cURL
---
 configure.ac | 2 --
 1 file changed, 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index ac0a058d..401f84c2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -180,8 +180,6 @@ AS_IF([test "x$curl" = x1],[
  AC_CHECK_HEADER([curl/curl.h],
   AC_CHECK_DECLS(CURLINFO_TLS_SESSION,[curl=1],[curl=0],[[#include 
<curl/curl.h>]]),
   [curl=0])
- # need libcurl-gnutls.so, everything else is not acceptable
- AC_CHECK_LIB([curl-gnutls],[curl_easy_getinfo],,[curl=0])
  # cURL must support CURLINFO_TLS_SESSION, version >= 7.34
 ])
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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