1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 19:29:53 +03:00
aports/testing/php7-pecl-oauth/pcre.patch
2022-04-23 00:42:51 +03:00

13 lines
469 B
Diff

diff --git a/config.m4 b/config.m4
index e05ed68..48e2608 100644
--- a/config.m4
+++ b/config.m4
@@ -14,8 +14,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)