]> granicus.if.org Git - curl/commitdiff
configure: remove the leading comma from the backends list
authorDaniel Stenberg <daniel@haxx.se>
Wed, 30 Aug 2017 10:58:37 +0000 (12:58 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 30 Aug 2017 22:51:11 +0000 (00:51 +0200)
... when darwinssl is used.

Reported-by: Viktor Szakats
Bug: https://github.com/curl/curl/commit/b0989cd3abaff4f9a0717b4875022fa79e33b481#commitcomment-23943493

Closes #1845

configure.ac

index 20b05649915f3e2998b074f72675177ff63f48d7..1bfb28b1b04db090058fff505c77a5dbc45c007d 100755 (executable)
@@ -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"