mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 03:34:29 +03:00
Replaces libpcrecpp by libpcre
This commit is contained in:
@@ -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
|
||||||
])
|
])
|
||||||
|
Reference in New Issue
Block a user