From: Daniel Stenberg Date: Wed, 5 Oct 2022 08:30:04 +0000 (+0200) Subject: configure: the ngtcp2 option should default to 'no' X-Git-Tag: curl-7_86_0~119 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3664bccc54c2026d4d1fb7d99fa1a7b83ca9ae9b;p=thirdparty%2Fcurl.git 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 --- 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