summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2022-01-06 22:00:01 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2022-01-07 02:06:08 -0500
commite563ae01737d72a226e1fee292944717b85be095 (patch)
tree28ee978c893e61e1fce91d69d6d2a9dda10a8f77 /meson_options.txt
parent9fcb03b68fa1992f9154849ac50c06dcd60b79f7 (diff)
downloadlighttpd-git-e563ae01737d72a226e1fee292944717b85be095.tar.gz
[build] adjust help strings for pcre2 default
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 fbc12246..2ad97c0a 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -86,12 +86,12 @@ option('with_pam',
option('with_pcre2',
type: 'boolean',
value: true,
- description: 'with regex support [default: off]',
+ description: 'with regex support [default: on]',
)
option('with_pcre',
type: 'boolean',
value: false,
- description: 'with regex support [default: on]',
+ description: 'with regex support [default: off]',
)
option('with_pgsql',
type: 'boolean',