gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 148/256: configure: add MultiSSL to FEATURES when e


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 148/256: configure: add MultiSSL to FEATURES when enabled
Date: Fri, 06 Oct 2017 19:43:59 +0200

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

ng0 pushed a commit to branch master
in repository gnurl.

commit 889723b004667abc061f9a23e928aba064b7f2a0
Author: Daniel Stenberg <address@hidden>
AuthorDate: Tue Sep 5 10:45:09 2017 +0200

    configure: add MultiSSL to FEATURES when enabled
    
    ...for curl-config and its corresponding test 1014
---
 configure.ac | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/configure.ac b/configure.ac
index 27d560f83..93f1fa007 100755
--- a/configure.ac
+++ b/configure.ac
@@ -2471,6 +2471,7 @@ x1)
   # one SSL backend is enabled
   AC_SUBST(SSL_ENABLED)
   SSL_ENABLED="1"
+  AC_MSG_NOTICE([built with one SSL backend])
   ;;
 *)
   # more than one SSL backend is enabled
@@ -2479,6 +2480,7 @@ x1)
   AC_SUBST(CURL_WITH_MULTI_SSL)
   CURL_WITH_MULTI_SSL="1"
   AC_DEFINE(CURL_WITH_MULTI_SSL, 1, [built with multiple SSL backends])
+  AC_MSG_NOTICE([built with multiple SSL backends])
   ;;
 esac
 
@@ -3852,6 +3854,10 @@ if test "x$USE_NGHTTP2" = "x1"; then
   SUPPORT_FEATURES="$SUPPORT_FEATURES HTTP2"
 fi
 
+if test "x$CURL_WITH_MULTI_SSL" = "x1"; then
+  SUPPORT_FEATURES="$SUPPORT_FEATURES MultiSSL"
+fi
+
 if test "x$OPENSSL_ENABLED" = "x1" -o "x$GNUTLS_ENABLED" = "x1" \
     -o "x$NSS_ENABLED" = "x1"; then
   SUPPORT_FEATURES="$SUPPORT_FEATURES HTTPS-proxy"

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



reply via email to

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