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: added wor


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] branch master updated: configure: added workaround for inaccurate detection of libgcrypt
Date: Mon, 06 Nov 2017 16:17:04 +0100

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 19d12c4e configure: added workaround for inaccurate detection of 
libgcrypt
19d12c4e is described below

commit 19d12c4ef73ae4fcd9095cb9ad544a4186d971c0
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Mon Nov 6 18:16:50 2017 +0300

    configure: added workaround for inaccurate detection of libgcrypt
---
 configure.ac | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/configure.ac b/configure.ac
index 507062c4..842b8604 100644
--- a/configure.ac
+++ b/configure.ac
@@ -69,6 +69,9 @@ MHD_SYS_EXT
 LT_INIT([win32-dll])
 LT_LANG([Windows Resource])
 
+# Workaround for libgcrypt
+AS_IF([[test "x$lt_sysroot" != "x" && test "x$SYSROOT" = "x"]], 
[[SYSROOT="$lt_sysroot"]])
+
 PACKAGE_VERSION_MAJOR='m4_car(m4_unquote(m4_split(AC_PACKAGE_VERSION, [\.])))'
 PACKAGE_VERSION_MINOR='m4_argn(2, m4_unquote(m4_split(AC_PACKAGE_VERSION, 
[\.])))'
 PACKAGE_VERSION_SUBMINOR='m4_argn(3, m4_unquote(m4_split(AC_PACKAGE_VERSION, 
[\.])))'

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



reply via email to

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