aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-05-13 14:54:27 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-05-13 16:35:33 +0200
commit32aade5c91d56bc01cd7aa20c4e63bc71c132363 (patch)
tree96d1a397b95e4e55668c6f6f2f246c7c8d1fb750
parent5eb546cd80d46a1c4a23b1bbde40842ca6eda044 (diff)
configure: the wolfssh backend does not provide SCP
Closes #5387
-rwxr-xr-xconfigure.ac1
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