From 45ce0847f35189d878476b8d3dc1098a88a6d4ae Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 12 Mar 2025 23:21:05 +0100 Subject: [PATCH] runtests: enable the --libcurl feature by default Follow-up to a14eb26a585e67309066ac8a2 Reported-by: Viktor Szakats Fixes #16693 Closes #16694 --- tests/runtests.pl | 1 + 1 file changed, 1 insertion(+) 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"; -- 2.47.2