Skip to content

Commit 60f802e

Browse files
authored
Merge pull request #2939 from martinhsv/v3/master
Configure: add additional name to pcre2 pkg-config list
2 parents cbe2d61 + 31cbd73 commit 60f802e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGES

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
v3.x.y - YYYY-MMM-DD (to be released)
22
-------------------------------------
33

4+
- Configure: add additional name to pcre2 pkg-config list
5+
[Issue #2939 - @agebhar1, @fzipi, @martinhsv]
46

57
v3.0.10 - 2023-Jul-25
68
---------------------

build/pcre2.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dnl CHECK_PCRE2(ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND])
44
AC_DEFUN([PROG_PCRE2], [
55
66
# Possible names for the pcre2 library/package (pkg-config)
7-
PCRE2_POSSIBLE_LIB_NAMES="pcre2 pcre2-8"
7+
PCRE2_POSSIBLE_LIB_NAMES="pcre2 pcre2-8 libpcre2-8"
88
99
# Possible extensions for the library
1010
PCRE2_POSSIBLE_EXTENSIONS="so so0 la sl dll dylib so.0.0.0"

0 commit comments

Comments
 (0)