From: Daniel Stenberg Date: Wed, 13 May 2020 12:54:27 +0000 (+0200) Subject: configure: the wolfssh backend does not provide SCP X-Git-Tag: curl-7_71_0~164 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=32aade5c91d56bc01cd7aa20c4e63bc71c132363;p=thirdparty%2Fcurl.git configure: the wolfssh backend does not provide SCP Closes #5387 --- diff --git a/configure.ac b/configure.ac index 6de818a3e8..9e1fdbebab 100755 --- a/configure.ac +++ b/configure.ac @@ -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