summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2022-10-05 10:30:04 +0200
committerDaniel Stenberg <daniel@haxx.se>2022-10-05 16:05:29 +0200
commit3664bccc54c2026d4d1fb7d99fa1a7b83ca9ae9b (patch)
treea13778237665cdaf7e0e1e439f842cb98a00c9fd /configure.ac
parent5299301a9b00f078d4fca3468c77f94c100d1f94 (diff)
downloadcurl-3664bccc54c2026d4d1fb7d99fa1a7b83ca9ae9b.tar.gz
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
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4f326d16e..62916b3fb 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