summaryrefslogtreecommitdiff
path: root/src/meson.build
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 /src/meson.build
parent86c2d3093686c4f945086c90af9b8a7900925b6b (diff)
downloadlighttpd-git-750414d3bb6f13c119220e56d0c8123e665dffc5.tar.gz
[build] default --with-pcre2 unless --with-pcre
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/meson.build b/src/meson.build
index 420492b6..c7166da0 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -480,7 +480,7 @@ if get_option('with_nss')
endif
libpcre = []
-if get_option('with_pcre2')
+if get_option('with_pcre2') and not(get_option('with_pcre'))
# manual search:
# header: pcre2.h
# function: pcre_match (-lpcre2-8)