gnunet-svn
[Top][All Lists]
Advanced

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

[gnurl] 132/264: configure: don't check for Security.framework when cros


From: gnunet
Subject: [gnurl] 132/264: configure: don't check for Security.framework when cross-compiling
Date: Thu, 30 Apr 2020 16:07:15 +0200

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

nikita pushed a commit to branch master
in repository gnurl.

commit 2ebc1236ab45c22d8ef4bf8893bc81c86272e71b
Author: Dennis Felsing <address@hidden>
AuthorDate: Mon Apr 6 13:56:07 2020 +0200

    configure: don't check for Security.framework when cross-compiling
    
    Since it checks for the local file, not the cross-compiled one.
    
    Closes #5189
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 889617ffa..0479099e8 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1554,7 +1554,7 @@ AC_HELP_STRING([--without-secure-transport], [disable 
Apple OS native SSL/TLS]),
 AC_MSG_CHECKING([whether to enable Secure Transport])
 if test -z "$ssl_backends" -o "x$OPT_SECURETRANSPORT" != xno; then
   if test "x$OPT_SECURETRANSPORT" != "xno" &&
-     test -d "/System/Library/Frameworks/Security.framework"; then
+     (test "x$cross_compiling" != "xno" || test -d 
"/System/Library/Frameworks/Security.framework"); then
     AC_MSG_RESULT(yes)
     AC_DEFINE(USE_SECTRANSP, 1, [enable Secure Transport])
     AC_SUBST(USE_SECTRANSP, [1])

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



reply via email to

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