Replaces libpcrecpp by libpcre

This commit is contained in:
Felipe Zimmerle 2015-10-27 08:55:12 -03:00
parent 2a062b7fe2
commit ffb973700a

View File

@ -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
])