mirror of
https://github.com/moparisthebest/curl
synced 2024-12-23 08:38:49 -05:00
configure: show zstd "no" in summary when built without it
Reported-by: Marc Hörsken Fixes #5720 Closes #5730
This commit is contained in:
parent
425fa864ce
commit
ba390221ef
@ -147,6 +147,7 @@ dnl initialize all the info variables
|
||||
curl_ssh_msg="no (--with-{libssh,libssh2})"
|
||||
curl_zlib_msg="no (--with-zlib)"
|
||||
curl_brotli_msg="no (--with-brotli)"
|
||||
curl_zstd_msg="no (--with-zstd)"
|
||||
curl_gss_msg="no (--with-gssapi)"
|
||||
curl_tls_srp_msg="no (--enable-tls-srp)"
|
||||
curl_res_msg="default (--enable-ares / --enable-threaded-resolver)"
|
||||
|
Loading…
Reference in New Issue
Block a user