]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
configure: the ngtcp2 option should default to 'no'
authorDaniel Stenberg <daniel@haxx.se>
Wed, 5 Oct 2022 08:30:04 +0000 (10:30 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 5 Oct 2022 14:05:29 +0000 (16:05 +0200)
While still experimental.

Bug: https://curl.se/mail/lib-2022-10/0007.html
Reported-by: Daniel Hallberg
Closes #9650

configure.ac

index 4f326d16e8c5510a015699e82a400500a8062db5..62916b3fb7f15ab3f9a8bfc7ad6e5828ba70efad 100644 (file)
@@ -2718,7 +2718,7 @@ 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