]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
configure: call the blocking resolver "blocking", not "default"
authorDaniel Stenberg <daniel@haxx.se>
Mon, 10 Mar 2025 09:15:11 +0000 (10:15 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 10 Mar 2025 09:34:28 +0000 (10:34 +0100)
On most systems the default is actually the threaded resolver.

Closes #16646

configure.ac

index 45ac6a3ba63f1f428bcf2939c502b246d08fb926..8dc4e12f343cb27c696dfc31416ef15df4d019dc 100644 (file)
@@ -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})"