mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Replaces libpcrecpp by libpcre
This commit is contained in:
@@ -79,6 +79,6 @@ if test -z "${PCRE_VERSION}"; then
|
||||
else
|
||||
AC_MSG_NOTICE([using pcre v${PCRE_VERSION}])
|
||||
ifelse([$1], , , $1)
|
||||
PCRE_LDADD="${PCRE_LDADD} -lpcrecpp"
|
||||
PCRE_LDADD="${PCRE_LDADD} -lpcre"
|
||||
fi
|
||||
])
|
||||
|
Reference in New Issue
Block a user