summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2020-10-21 19:14:55 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2020-10-21 19:14:55 -0400
commitdab212b5f5ee468b632f40f28699efc810f27210 (patch)
tree2d6ba2ca81c410ecb97a36525a0276ab43cb4e71 /meson_options.txt
parent23fdff645a41a84edfbb4a445014cdcee3a3bade (diff)
downloadlighttpd-git-dab212b5f5ee468b632f40f28699efc810f27210.tar.gz
[doc] change mod_compress refs to mod_deflate
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 80a1429a..da9d7001 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -6,7 +6,7 @@ option('with_brotli',
option('with_bzip',
type: 'boolean',
value: false,
- description: 'with bzip2-support for mod_compress [default: off]',
+ description: 'with bzip2-support for mod_deflate [default: off]',
)
option('with_dbi',
type: 'boolean',
@@ -141,7 +141,7 @@ option('with_xattr',
option('with_zlib',
type: 'boolean',
value: true,
- description: 'with deflate-support for mod_compress [default: on]',
+ description: 'with deflate-support for mod_deflate [default: on]',
)
option('build_extra_warnings',