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 18:03:05 +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 14388cb2a -fix
14388cb2a is described below

commit 14388cb2a3e222423f85bf164bc3899cd8141722
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Wed Sep 7 17:59:58 2022 +0200

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

diff --git a/configure.ac b/configure.ac
index 4b7f6920c..20057df40 100644
--- a/configure.ac
+++ b/configure.ac
@@ -732,15 +732,15 @@ AC_CHECK_LIB([curl-gnutls],
 LIBCURL_CHECK_CONFIG([], [7.34.0], [],
                      [AC_MSG_ERROR([cURL must have a version >= 7.34.0])])
 
-OLD_LDFLAGS=$LDFLAGS
-LDFLAGS="$LDFLAGS $LIBCURL"
+OLD_LIBS=$LIBS
+LIBS="$LIBS $LIBCURL"
 AC_RUN_IFELSE(
      [AC_LANG_PROGRAM([#include <curl/curl.h>]
                       [[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])])
-LDFLAGS=$OLD_LDFLAGS
+LIBS=$OLD_LIBS
 
 
 # Even if curl is found, we check for this constant in order to determine

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