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 09:58:26 +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 008fbd997 -fix
008fbd997 is described below

commit 008fbd997f63d216d0f672535718a45a1cb459d6
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Thu Sep 8 09:58:22 2022 +0200

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

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

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