mirror of
https://github.com/curl/curl.git
synced 2026-04-11 12:01:42 +08:00
runtests: fix showing nghttpx-h3 in the Env: log when detected
Ref: #19723 Closes #19728
This commit is contained in:
parent
71e9920fcd
commit
eae2df837e
@ -891,7 +891,7 @@ sub checksystemfeatures {
|
||||
$valgrind?"Valgrind ":"",
|
||||
$run_duphandle?"test-duphandle ":"",
|
||||
$run_event_based?"event-based ":"",
|
||||
$nghttpx_h3,
|
||||
$nghttpx_h3?"nghttpx-h3 " :"",
|
||||
$libtool?"Libtool ":"");
|
||||
if($env) {
|
||||
logmsg "* Env: $env\n";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user