During configure, do not check for pcre if pcre2 specified

This commit is contained in:
Martin Vierula
2022-11-10 07:50:52 -08:00
parent de01b02731
commit 791964a0ea
2 changed files with 81 additions and 74 deletions

View File

@@ -1,6 +1,8 @@
v3.x.y - YYYY-MMM-DD (to be released)
-------------------------------------
- During configure, do not check for pcre if pcre2 specified
[Issue #2750 - @dvershinin, @martinhsv]
- Use pkg-config to find libxml2 first
[Issue #2714 - @hughmcmaster]
- Fix two rule-reload memory leak issues