summaryrefslogtreecommitdiffhomepage
path: root/auto
diff options
context:
space:
mode:
Diffstat (limited to 'auto')
-rw-r--r--auto/modules19
-rw-r--r--auto/options3
2 files changed, 3 insertions, 19 deletions
diff --git a/auto/modules b/auto/modules
index 09651f32b..f98eeafed 100644
--- a/auto/modules
+++ b/auto/modules
@@ -437,9 +437,11 @@ if [ $HTTP = YES ]; then
fi
if [ $HTTP_V3 = YES ]; then
+ USE_OPENSSL_QUIC=YES
+ HTTP_SSL=YES
+
have=NGX_HTTP_V3 . auto/have
have=NGX_HTTP_HEADERS . auto/have
- HTTP_QUIC=YES
ngx_module_name=ngx_http_v3_module
ngx_module_incs=src/http/v3
@@ -713,21 +715,6 @@ if [ $HTTP = YES ]; then
. auto/module
fi
- if [ $HTTP_QUIC = YES ]; then
- USE_OPENSSL_QUIC=YES
- have=NGX_HTTP_QUIC . auto/have
- HTTP_SSL=YES
-
- ngx_module_name=ngx_http_quic_module
- ngx_module_incs=
- ngx_module_deps=src/http/modules/ngx_http_quic_module.h
- ngx_module_srcs=src/http/modules/ngx_http_quic_module.c
- ngx_module_libs=
- ngx_module_link=$HTTP_QUIC
-
- . auto/module
- fi
-
if [ $HTTP_SSL = YES ]; then
USE_OPENSSL=YES
have=NGX_HTTP_SSL . auto/have
diff --git a/auto/options b/auto/options
index d677dd970..51387f412 100644
--- a/auto/options
+++ b/auto/options
@@ -60,7 +60,6 @@ HTTP_CACHE=YES
HTTP_CHARSET=YES
HTTP_GZIP=YES
HTTP_SSL=NO
-HTTP_QUIC=NO
HTTP_V2=NO
HTTP_V3=NO
HTTP_SSI=YES
@@ -237,7 +236,6 @@ $0: warning: the \"--with-ipv6\" option is deprecated"
--http-scgi-temp-path=*) NGX_HTTP_SCGI_TEMP_PATH="$value" ;;
--with-http_ssl_module) HTTP_SSL=YES ;;
- --with-http_quic_module) HTTP_QUIC=YES ;;
--with-http_v2_module) HTTP_V2=YES ;;
--with-http_v3_module) HTTP_V3=YES ;;
--with-http_realip_module) HTTP_REALIP=YES ;;
@@ -458,7 +456,6 @@ cat << END
--without-quic_bpf_module disable ngx_quic_bpf_module
--with-http_ssl_module enable ngx_http_ssl_module
- --with-http_quic_module enable ngx_http_quic_module
--with-http_v2_module enable ngx_http_v2_module
--with-http_v3_module enable ngx_http_v3_module
--with-http_realip_module enable ngx_http_realip_module