mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-15 23:55:03 +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
|
else
|
||||||
AC_MSG_NOTICE([using pcre v${PCRE_VERSION}])
|
AC_MSG_NOTICE([using pcre v${PCRE_VERSION}])
|
||||||
ifelse([$1], , , $1)
|
ifelse([$1], , , $1)
|
||||||
PCRE_LDADD="${PCRE_LDADD} -lpcrecpp"
|
PCRE_LDADD="${PCRE_LDADD} -lpcre"
|
||||||
fi
|
fi
|
||||||
])
|
])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user