Skip to content

Commit

Permalink
configure: the wolfssh backend does not provide SCP
Browse files Browse the repository at this point in the history
Closes #5387
  • Loading branch information
bagder committed May 13, 2020
1 parent 5eb546c commit 32aade5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 32aade5

Please sign in to comment.