diff options
| author | Ruslan Ermilov <ru@nginx.com> | 2021-12-09 15:30:01 +0300 |
|---|---|---|
| committer | Ruslan Ermilov <ru@nginx.com> | 2021-12-09 15:30:01 +0300 |
| commit | d06f60250e0a27b0e849e8da87f21ce3280ec568 (patch) | |
| tree | 9152240e4977133a545a0c21366f7551c9c162a2 /auto/options | |
| parent | 3ab900cbd973af51ba5b0c54f8e31e2ca997b283 (diff) | |
| download | nginx-d06f60250e0a27b0e849e8da87f21ce3280ec568.tar.gz nginx-d06f60250e0a27b0e849e8da87f21ce3280ec568.tar.bz2 | |
QUIC: configure cleanup.
Renamed and removed some macros.
Diffstat (limited to 'auto/options')
| -rw-r--r-- | auto/options | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/auto/options b/auto/options index 51387f412..d9873f462 100644 --- a/auto/options +++ b/auto/options @@ -45,7 +45,7 @@ USE_THREADS=NO NGX_FILE_AIO=NO -NGX_QUIC_BPF=YES +QUIC_BPF=NO HTTP=YES @@ -170,7 +170,6 @@ USE_GEOIP=NO NGX_GOOGLE_PERFTOOLS=NO NGX_CPP_TEST=NO -BPF_FOUND=NO SO_COOKIE_FOUND=NO NGX_LIBATOMIC=NO @@ -218,7 +217,7 @@ do --with-file-aio) NGX_FILE_AIO=YES ;; - --without-quic_bpf_module) NGX_QUIC_BPF=NO ;; + --without-quic_bpf_module) QUIC_BPF=NONE ;; --with-ipv6) NGX_POST_CONF_MSG="$NGX_POST_CONF_MSG |
