runtests: enable the --libcurl feature by default

Follow-up to a14eb26a58
Reported-by: Viktor Szakats
Fixes #16693
Closes #16694
This commit is contained in:
Daniel Stenberg 2025-03-12 23:21:05 +01:00
parent 0bb8465b1e
commit 45ce0847f3
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -831,6 +831,7 @@ sub checksystemfeatures {
$feature{"large-time"} = 1;
$feature{"large-size"} = 1;
$feature{"sha512-256"} = 1;
$feature{"--libcurl"} = 1;
$feature{"local-http"} = servers::localhttp();
$feature{"codeset-utf8"} = lc(langinfo(CODESET())) eq "utf-8";