gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] branch master updated: configure: use libgc


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] branch master updated: configure: use libgcrypt CPPFLAGS and LDFLAGS for building with GnuTLS if they are used in configure
Date: Sun, 09 Apr 2017 23:24:05 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new ed2171b2 configure: use libgcrypt CPPFLAGS and LDFLAGS for building 
with GnuTLS if they are used in configure
ed2171b2 is described below

commit ed2171b2d0c9ee8e12d09d7c5a0de5f3337bfe04
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Mon Apr 10 00:23:28 2017 +0300

    configure: use libgcrypt CPPFLAGS and LDFLAGS for building with GnuTLS if 
they are used in configure
---
 configure.ac | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/configure.ac b/configure.ac
index fa572d5b..b00e7885 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1234,6 +1234,9 @@ AS_IF([test "x$with_gnutls" != "xno" && test 
"x$have_gnutls" != "xyes"],
        AC_CHECK_HEADERS([gnutls/gnutls.h],
         [AC_CHECK_LIB([gnutls], [gnutls_priority_set],
           [
+            GNUTLS_CPPFLAGS="$LIBGCRYPT_CFLAGS"
+            GNUTLS_CFLAGS="$LIBGCRYPT_CFLAGS"
+            GNUTLS_LDFLAGS="$LIBGCRYPT_LIBS"
             GNUTLS_LIBS="-lgnutls"
             AC_CHECK_LIB([gnutls], [gnutls_load_file], [AC_CHECK_LIB([gnutls], 
[gnutls_privkey_import_x509_raw], [have_gnutls_sni=yes])])
             have_gnutls=yes

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]