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/modules | |
| parent | 3ab900cbd973af51ba5b0c54f8e31e2ca997b283 (diff) | |
| download | nginx-d06f60250e0a27b0e849e8da87f21ce3280ec568.tar.gz nginx-d06f60250e0a27b0e849e8da87f21ce3280ec568.tar.bz2 | |
QUIC: configure cleanup.
Renamed and removed some macros.
Diffstat (limited to '')
| -rw-r--r-- | auto/modules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/modules b/auto/modules index bc1b9bafd..95c237c80 100644 --- a/auto/modules +++ b/auto/modules @@ -1365,7 +1365,7 @@ if [ $USE_OPENSSL_QUIC = YES ]; then . auto/module - if [ $NGX_QUIC_BPF$BPF_FOUND$SO_COOKIE_FOUND = YESYESYES ]; then + if [ $QUIC_BPF = YES -a $SO_COOKIE_FOUND = YES ]; then ngx_module_type=CORE ngx_module_name=ngx_quic_bpf_module ngx_module_incs= |
