On Wed, 5 Oct 2022, Daniel Hallberg via curl-library wrote:

..But the question remains why ngtcp2 gets included even though it's not specified at the command line.

My fault. Here's a patch. The reason it hasn't happened to more people is simply that it is still very rare to have ngtcp2 installed in a default path when configure runs.

diff --git a/configure.ac b/configure.ac
index 4f326d16e..62916b3fb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2716,11 +2716,11 @@ fi

 dnl **********************************************************************
 dnl Check for ngtcp2 (QUIC)
 dnl **********************************************************************

-OPT_TCP2="yes"
+OPT_TCP2="no"

 if test "x$disable_http" = "xyes"; then
   # without HTTP, ngtcp2 is no use
   OPT_TCP2="no"
 fi


--

 / daniel.haxx.se
 | Commercial curl support up to 24x7 is available!
 | Private help, bug fixes, support, ports, new features
 | https://curl.se/support.html
--
Unsubscribe: https://lists.haxx.se/listinfo/curl-library
Etiquette:   https://curl.se/mail/etiquette.html

Reply via email to