mirror of
https://github.com/curl/curl.git
synced 2026-04-15 03:51:41 +03:00
configure: call the blocking resolver "blocking", not "default"
On most systems the default is actually the threaded resolver. Closes #16646
This commit is contained in:
parent
f8e7a4df94
commit
5fdf30b4dd
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ dnl initialize all the info variables
|
|||
curl_gss_msg="no (--with-gssapi)"
|
||||
curl_gsasl_msg="no (--with-gsasl)"
|
||||
curl_tls_srp_msg="no (--enable-tls-srp)"
|
||||
curl_res_msg="default (--enable-ares / --enable-threaded-resolver)"
|
||||
curl_res_msg="blocking (--enable-ares / --enable-threaded-resolver)"
|
||||
curl_ipv6_msg="no (--enable-ipv6)"
|
||||
curl_unix_sockets_msg="no (--enable-unix-sockets)"
|
||||
curl_idn_msg="no (--with-{libidn2,winidn})"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue