From: Daniel Stenberg Date: Wed, 12 Mar 2025 22:21:05 +0000 (+0100) Subject: runtests: enable the --libcurl feature by default X-Git-Tag: curl-8_13_0~159 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45ce0847f35189d878476b8d3dc1098a88a6d4ae;p=thirdparty%2Fcurl.git runtests: enable the --libcurl feature by default Follow-up to a14eb26a585e67309066ac8a2 Reported-by: Viktor Szakats Fixes #16693 Closes #16694 --- diff --git a/tests/runtests.pl b/tests/runtests.pl index 33b801fb62..0ab2c95303 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -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";