Remove pcre.h dependency

PHP using pcre2 and I see no usage of pcre 1
This commit is contained in:
Andy Postnikov
2020-09-18 16:22:33 +03:00
parent ea130674cc
commit 2e02631fa4

View File

@@ -10,8 +10,6 @@ if test "$PHP_OAUTH" != "no"; then
PHP_NEW_EXTENSION(oauth, oauth.c provider.c, $ext_shared)
CFLAGS="$CFLAGS -Wall -g"
AC_CHECK_HEADER(pcre.h, , [AC_MSG_ERROR([Couldn't find pcre.h, try installing the libpcre development/headers package])])
AS_IF([test "x$with_curl" != "xno"],
[
AC_MSG_CHECKING(for cURL in default path)