From 3664bccc54c2026d4d1fb7d99fa1a7b83ca9ae9b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 5 Oct 2022 10:30:04 +0200 Subject: [PATCH] configure: the ngtcp2 option should default to 'no' While still experimental. Bug: https://curl.se/mail/lib-2022-10/0007.html Reported-by: Daniel Hallberg Closes #9650 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4f326d16e8..62916b3fb7 100644 --- a/configure.ac +++ b/configure.ac @@ -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