gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: -fix


From: gnunet
Subject: [gnunet] branch master updated: -fix
Date: Wed, 07 Sep 2022 19:56:31 +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 7fbd6aa70 -fix
7fbd6aa70 is described below

commit 7fbd6aa708ecbe8f681da18899fb342e6cf9698e
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Wed Sep 7 19:56:28 2022 +0200

    -fix
---
 configure.ac | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/configure.ac b/configure.ac
index 20057df40..34bafc99f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -725,9 +725,7 @@ AC_MSG_RESULT([$conversation_backend])
 LIBCURL="-lcurl"
 AC_CHECK_LIB([curl-gnutls],
              [curl_easy_getinfo],
-             [LIBCURL="-lcurl-gnutls"
-              curl_gnutls=1],
-             [curl_gnutls=0])
+             [LIBCURL="-lcurl-gnutls"])
 
 LIBCURL_CHECK_CONFIG([], [7.34.0], [],
                      [AC_MSG_ERROR([cURL must have a version >= 7.34.0])])
@@ -739,7 +737,8 @@ AC_RUN_IFELSE(
                       [[const curl_ssl_backend **avail;]],
                       [[return (CURLSSLSET_OK != 
curl_global_sslset(CURLSSLBACKEND_GNUTLS, NULL, &avail)) ? 1 : 0;]])],
                     [curl_gnutls=1],
-                    [AC_MSG_WARN([cURL does not have GnuTLS backend])])
+                    [AC_MSG_WARN([cURL does not have GnuTLS backend])
+                     curl_gnutls=0])
 LIBS=$OLD_LIBS
 
 

-- 
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]