summaryrefslogtreecommitdiffhomepage
path: root/auto/help
diff options
context:
space:
mode:
authorAndrew Clayton <a.clayton@nginx.com>2024-11-20 16:47:06 +0000
committerAndrew Clayton <a.clayton@nginx.com>2025-04-14 18:11:53 +0100
commitc9b2ecd28407538d3ef0b48bba944440695196ed (patch)
tree4138739ecd81a804b736d68c820b338e621f3218 /auto/help
parent804ca81fd958cd29bd52296063224fc73d40c42f (diff)
downloadunit-c9b2ecd28407538d3ef0b48bba944440695196ed.tar.gz
unit-c9b2ecd28407538d3ef0b48bba944440695196ed.tar.bz2
http: Wire up HTTP compression to the build system
This allows to actually build unit with support for 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 'auto/help')
-rw-r--r--auto/help4
1 files changed, 4 insertions, 0 deletions
diff --git a/auto/help b/auto/help
index 94854762..1093256d 100644
--- a/auto/help
+++ b/auto/help
@@ -50,6 +50,10 @@ cat << END
--openssl enable OpenSSL library usage
+ --zlib enable zlib compression
+ --zstd enable zstd compression
+ --brotli enable brotli compression
+
--njs enable njs library usage
--otel enable otel library usage