gnunet-svn
[Top][All Lists]
Advanced

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

[gnurl] 285/411: configure: use pkgconfig to find openSSL when cross-com


From: gnunet
Subject: [gnurl] 285/411: configure: use pkgconfig to find openSSL when cross-compiling
Date: Wed, 13 Jan 2021 01:21:40 +0100

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

nikita pushed a commit to branch master
in repository gnurl.

commit 6f3369bbcf9d0ebdaa5d141f8ca446448c24494c
Author: Cristian Morales Vega <cristian@samknows.com>
AuthorDate: Thu Oct 29 17:14:49 2020 +0000

    configure: use pkgconfig to find openSSL when cross-compiling
    
    This reverts 736a40fec (November 2004), which doesn't explain why it was
    done.
    
    Closes #6145
---
 configure.ac | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/configure.ac b/configure.ac
index b7a7d2daa..a81d96a39 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1767,19 +1767,13 @@ if test -z "$ssl_backends" -o "x$OPT_SSL" != xno &&
   case "$OPT_SSL" in
   yes)
     dnl --with-ssl (without path) used
-    if test x$cross_compiling != xyes; then
-      dnl only do pkg-config magic when not cross-compiling
-      PKGTEST="yes"
-    fi
+    PKGTEST="yes"
     PREFIX_OPENSSL=/usr/local/ssl
     LIB_OPENSSL="$PREFIX_OPENSSL/lib$libsuff"
     ;;
   off)
     dnl no --with-ssl option given, just check default places
-    if test x$cross_compiling != xyes; then
-      dnl only do pkg-config magic when not cross-compiling
-      PKGTEST="yes"
-    fi
+    PKGTEST="yes"
     PREFIX_OPENSSL=
     ;;
   *)

-- 
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]