diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-05-13 14:54:27 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-05-13 16:35:33 +0200 |
commit | 32aade5c91d56bc01cd7aa20c4e63bc71c132363 (patch) | |
tree | 96d1a397b95e4e55668c6f6f2f246c7c8d1fb750 /configure.ac | |
parent | 5eb546cd80d46a1c4a23b1bbde40842ca6eda044 (diff) | |
download | curl-32aade5c91d56bc01cd7aa20c4e63bc71c132363.tar.gz |
configure: the wolfssh backend does not provide SCP
Closes #5387
Diffstat (limited to 'configure.ac')
-rwxr-xr-x | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 6de818a3e..9e1fdbeba 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 |