[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [libmicrohttpd] branch master updated: configure: Fixed for
From: |
gnunet |
Subject: |
[GNUnet-SVN] [libmicrohttpd] branch master updated: configure: Fixed for real check for GnuTLS at gcrypt path. |
Date: |
Fri, 29 Sep 2017 23:01:53 +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 c4f3145f configure: Fixed for real check for GnuTLS at gcrypt path.
c4f3145f is described below
commit c4f3145f297eef0fe3032fb7efb5b78b87fd4933
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Sat Sep 30 00:01:31 2017 +0300
configure: Fixed for real check for GnuTLS at gcrypt path.
---
configure.ac | 2 ++
1 file changed, 2 insertions(+)
diff --git a/configure.ac b/configure.ac
index 85da74cd..2658a6ee 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1398,6 +1398,8 @@ AS_IF([test "x$with_gnutls" != "xno" && test
"x$have_gnutls" != "xyes"],
AC_CHECK_HEADERS([gcrypt.h], [], [have_gcrypt=no],
[AC_INCLUDES_DEFAULT])
# Check for GnuTLS with gcrypt flags
LDFLAGS="$LDFLAGS $LIBGCRYPT_LIBS"
+ # A bit of hack: unset cache variable to force recheck
+ AS_UNSET([ac_cv_header_gnutls_gnutls_h])
AC_CHECK_HEADERS([gnutls/gnutls.h],
[AC_CHECK_LIB([gnutls], [gnutls_priority_set],
[
--
To stop receiving notification emails like this one, please contact
address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [libmicrohttpd] branch master updated: configure: Fixed for real check for GnuTLS at gcrypt path.,
gnunet <=