diff options
| author | Andrew Clayton <a.clayton@nginx.com> | 2024-11-20 16:47:06 +0000 |
|---|---|---|
| committer | Andrew Clayton <a.clayton@nginx.com> | 2024-11-29 00:45:24 +0000 |
| commit | 7a043c0a5e110fb6b8e9e22c958d8bb483101067 (patch) | |
| tree | 7930d53b1975e7ff7447dc95c8c17cd24235f97c /src/nxt_conf_validation.c | |
| parent | 0de46a7db5d443bfc0e15cfbe654387377690d2e (diff) | |
| download | unit-7a043c0a5e110fb6b8e9e22c958d8bb483101067.tar.gz unit-7a043c0a5e110fb6b8e9e22c958d8bb483101067.tar.bz2 | |
http: Wire up HTTP compression to the build system
This allows to actually build unit with support fro zlib, zstd and
brotli compression.
Any or all can be specified. E.g.
$ ./configure --zlib ...
$ ./configure --zlib --zstd --brotli ...
During configure you will see if support for the requested compressions
has been found and what version of the library is being used.
E.g.
...
checking for zlib ... found
+ zlib version: 1.3.1.zlib-ng
checking for zstd ... found
+ zstd version: 1.5.6
checking for brotli ... found
+ brotli version: 1.1.0
...
Unit configuration summary:
...
zlib support: .............. YES
zstd support: .............. YES
brotli support: ............ YES
...
Co-authored-by: Alejandro Colomar <alx@kernel.org>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
Diffstat (limited to 'src/nxt_conf_validation.c')
0 files changed, 0 insertions, 0 deletions
