mirror of
https://github.com/php/pecl-web_services-oauth.git
synced 2026-03-23 23:52:06 +01:00
Remove pcre.h dependency
PHP using pcre2 and I see no usage of pcre 1
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user