summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2017-08-30 12:58:37 +0200
committerDaniel Stenberg <daniel@haxx.se>2017-08-30 12:58:37 +0200
commit9f44d154ffc0f0d0a20ae74bc5d2ac47c52c0974 (patch)
tree26f6d0fdb97eccf5444db098c74f33b1683d2ccc
parent29c2bdee93e1d41306ec2cef34ab19fd0e6519ac (diff)
downloadcurl-bagder/configure-darwinssl-multissl.tar.gz
configure: remove the leading comma from the backends listbagder/configure-darwinssl-multissl
... when darwinssl is used. Reported-by: Viktor Szakats Bug: https://github.com/curl/curl/commit/b0989cd3abaff4f9a0717b4875022fa79e33b481#commitcomment-23943493
-rwxr-xr-xconfigure.ac2
1 files changed, 1 insertions, 1 deletions
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"