]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
configure: the wolfssh backend does not provide SCP
authorDaniel Stenberg <daniel@haxx.se>
Wed, 13 May 2020 12:54:27 +0000 (14:54 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 13 May 2020 14:35:33 +0000 (16:35 +0200)
Closes #5387

configure.ac

index 6de818a3e86055263b8f484d008cca91e1cf6c05..9e1fdbebab1507b7144f45965e2d30b53fc7cd82 100755 (executable)
@@ -4907,7 +4907,6 @@ if test "x$USE_LIBSSH" = "x1"; then
   SUPPORT_PROTOCOLS="$SUPPORT_PROTOCOLS SFTP"
 fi
 if test "x$USE_WOLFSSH" = "x1"; then
-  SUPPORT_PROTOCOLS="$SUPPORT_PROTOCOLS SCP"
   SUPPORT_PROTOCOLS="$SUPPORT_PROTOCOLS SFTP"
 fi
 if test "x$CURL_DISABLE_RTSP" != "x1"; then