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.
1 parent 82f75dc commit ad0ec4fCopy full SHA for ad0ec4f
build/pcre2.m4
@@ -4,7 +4,7 @@ dnl CHECK_PCRE2(ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND])
4
AC_DEFUN([PROG_PCRE2], [
5
6
# Possible names for the pcre2 library/package (pkg-config)
7
-PCRE2_POSSIBLE_LIB_NAMES="pcre2 pcre2-8"
+PCRE2_POSSIBLE_LIB_NAMES="pcre2 pcre2-8 libpcre2-8"
8
9
# Possible extensions for the library
10
PCRE2_POSSIBLE_EXTENSIONS="so so0 la sl dll dylib so.0.0.0"
0 commit comments