summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2021-12-06 06:16:02 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2022-01-03 02:28:08 -0500
commit750414d3bb6f13c119220e56d0c8123e665dffc5 (patch)
treef923eeb914ce6f7f7e935d4b62963dfcd1ebec9c /meson_options.txt
parent86c2d3093686c4f945086c90af9b8a7900925b6b (diff)
downloadlighttpd-git-750414d3bb6f13c119220e56d0c8123e665dffc5.tar.gz
[build] default --with-pcre2 unless --with-pcre
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 c3a2ddeb..fbc12246 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -85,12 +85,12 @@ option('with_pam',
)
option('with_pcre2',
type: 'boolean',
- value: false,
+ value: true,
description: 'with regex support [default: off]',
)
option('with_pcre',
type: 'boolean',
- value: true,
+ value: false,
description: 'with regex support [default: on]',
)
option('with_pgsql',