mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 13:26:01 +03:00
Configure: add additional name to pcre2 pkg-config list
This commit is contained in:
parent
cbe2d61174
commit
31cbd7309a
2
CHANGES
2
CHANGES
@ -1,6 +1,8 @@
|
|||||||
v3.x.y - YYYY-MMM-DD (to be released)
|
v3.x.y - YYYY-MMM-DD (to be released)
|
||||||
-------------------------------------
|
-------------------------------------
|
||||||
|
|
||||||
|
- Configure: add additional name to pcre2 pkg-config list
|
||||||
|
[Issue #2939 - @agebhar1, @fzipi, @martinhsv]
|
||||||
|
|
||||||
v3.0.10 - 2023-Jul-25
|
v3.0.10 - 2023-Jul-25
|
||||||
---------------------
|
---------------------
|
||||||
|
@ -4,7 +4,7 @@ dnl CHECK_PCRE2(ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND])
|
|||||||
AC_DEFUN([PROG_PCRE2], [
|
AC_DEFUN([PROG_PCRE2], [
|
||||||
|
|
||||||
# Possible names for the pcre2 library/package (pkg-config)
|
# Possible names for the pcre2 library/package (pkg-config)
|
||||||
PCRE2_POSSIBLE_LIB_NAMES="pcre2 pcre2-8"
|
PCRE2_POSSIBLE_LIB_NAMES="pcre2 pcre2-8 libpcre2-8"
|
||||||
|
|
||||||
# Possible extensions for the library
|
# Possible extensions for the library
|
||||||
PCRE2_POSSIBLE_EXTENSIONS="so so0 la sl dll dylib so.0.0.0"
|
PCRE2_POSSIBLE_EXTENSIONS="so so0 la sl dll dylib so.0.0.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user