gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: -only check for -lcurl


From: gnunet
Subject: [taler-merchant] branch master updated: -only check for -lcurl
Date: Wed, 07 Sep 2022 10:43:06 +0200

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

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 287c88e3 -only check for -lcurl
287c88e3 is described below

commit 287c88e3df16fd3652753ea02d5b604a4414ef2d
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Sep 7 10:43:03 2022 +0200

    -only check for -lcurl
---
 configure.ac | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index 5a212c4b..e43c586e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -186,12 +186,12 @@ AS_IF([test "$qrencode" != 1],
 AC_SUBST(QR_CFLAGS)
 AC_SUBST(QR_LIBS)
 
-# NOTE: If we find libcurl-gnutls here we set LIBCURL to -lcurl-gnutls
+# NOTE: If we find libcurl here we set LIBCURL to -lcurl
 # This affects the LIBCURL_CHECK_CONFIG call below as it takes LIBCURL into
 # account when checking for curl.
-AC_CHECK_LIB([curl-gnutls],
+AC_CHECK_LIB([curl],
              [curl_easy_getinfo],
-             [LIBCURL="-lcurl-gnutls"
+             [LIBCURL="-lcurl"
               curl_gnutls=1],
              [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]