mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 21:36:00 +03:00
Replaces libpcrecpp by libpcre
This commit is contained in:
parent
2a062b7fe2
commit
ffb973700a
@ -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
|
||||
])
|
||||
|
Loading…
x
Reference in New Issue
Block a user