mirror of
https://github.com/curl/curl.git
synced 2026-05-30 06:57:28 +03:00
runtests: enable the --libcurl feature by default
Follow-up to a14eb26a58
Reported-by: Viktor Szakats
Fixes #16693
Closes #16694
This commit is contained in:
parent
0bb8465b1e
commit
45ce0847f3
1 changed files with 1 additions and 0 deletions
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue