Skip to content

Commit

Permalink
Remove pcre.h dependency
Browse files Browse the repository at this point in the history
PHP using pcre2 and I see no usage of pcre 1
  • Loading branch information
andypost committed Sep 18, 2020
1 parent ea13067 commit 2e02631
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2e02631

Please sign in to comment.