gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 108/256: configure: remove the leading comma from t


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 108/256: configure: remove the leading comma from the backends list
Date: Fri, 06 Oct 2017 19:43:19 +0200

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

ng0 pushed a commit to branch master
in repository gnurl.

commit 5fbb4942926a8603d4442d0c8074051bd743e821
Author: Daniel Stenberg <address@hidden>
AuthorDate: Wed Aug 30 12:58:37 2017 +0200

    configure: remove the leading comma from the backends list
    
    ... when darwinssl is used.
    
    Reported-by: Viktor Szakats
    Bug: 
https://github.com/curl/curl/commit/b0989cd3abaff4f9a0717b4875022fa79e33b481#commitcomment-23943493
    
    Closes #1845
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 20b056499..1bfb28b1b 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1409,7 +1409,7 @@ if test -z "$ssl_backends" -o "x$OPT_DARWINSSL" != xno; 
then
     AC_MSG_RESULT(yes)
     AC_DEFINE(USE_DARWINSSL, 1, [to enable Apple OS native SSL/TLS support])
     AC_SUBST(USE_DARWINSSL, [1])
-    ssl_msg="$ssh_backends, Apple OS-native"
+    ssl_msg="Apple OS-native"
     test darwinssl != "$DEFAULT_SSL_BACKEND" || VALID_DEFAULT_SSL_BACKEND=yes
     DARWINSSL_ENABLED=1
     LDFLAGS="$LDFLAGS -framework CoreFoundation -framework Security"

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



reply via email to

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