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: Thu, 08 Sep 2022 10:36:17 +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 2d47dafa0 -fix
2d47dafa0 is described below

commit 2d47dafa073559622e40fbf0b1231f3b84b8a3e4
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Thu Sep 8 10:36:13 2022 +0200

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

diff --git a/configure.ac b/configure.ac
index 4ac725eea..f24ca77b2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -733,9 +733,8 @@ LIBCURL_CHECK_CONFIG([], [7.34.0], [],
 OLD_LIBS=$LIBS
 LIBS="$LIBS $LIBCURL"
 AC_RUN_IFELSE(
-     [AC_LANG_PROGRAM([#include <curl/curl.h>],
-                      [],
-                      [[return (CURLSSLSET_OK != 
curl_global_sslset(CURLSSLBACKEND_GNUTLS, NULL, NULL)) ? 1 : 0;]])],
+     [AC_LANG_PROGRAM([[#include <curl/curl.h>]],
+                      [[return (CURLSSLSET_OK != 
curl_global_sslset(CURLSSLBACKEND_GNUTLS, NULL, NULL));]])],
                     [curl_gnutls=1],
                     [AC_MSG_WARN([cURL does not have GnuTLS backend])
                      curl_gnutls=0])

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