We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cbe2d61 + 31cbd73 commit 60f802eCopy full SHA for 60f802e
CHANGES
@@ -1,6 +1,8 @@
1
v3.x.y - YYYY-MMM-DD (to be released)
2
-------------------------------------
3
4
+ - Configure: add additional name to pcre2 pkg-config list
5
+ [Issue #2939 - @agebhar1, @fzipi, @martinhsv]
6
7
v3.0.10 - 2023-Jul-25
8
---------------------
build/pcre2.m4
@@ -4,7 +4,7 @@ dnl CHECK_PCRE2(ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND])
AC_DEFUN([PROG_PCRE2], [
# 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"
9
# Possible extensions for the library
10
PCRE2_POSSIBLE_EXTENSIONS="so so0 la sl dll dylib so.0.0.0"
0 commit comments