From 14df3a49390939e27d03ca208566fc99b372115c Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Tue, 5 Dec 2006 23:51:18 +0000 Subject: [PATCH] let PHP_ADD_EXTENSION_DEP() to take care of this --- ext/filter/config.m4 | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/ext/filter/config.m4 b/ext/filter/config.m4 index 8587cbd2af..b4e32a21a4 100644 --- a/ext/filter/config.m4 +++ b/ext/filter/config.m4 @@ -39,13 +39,9 @@ yes CPPFLAGS=$old_CPPFLAGS fi - if test "$PHP_PCRE_REGEX" != "yes"; then - AC_MSG_ERROR([Could not compile filter extension against PHP without pcre support]) - fi - PHP_NEW_EXTENSION(filter, filter.c sanitizing_filters.c logical_filters.c callback_filter.c, $ext_shared) PHP_SUBST(FILTER_SHARED_LIBADD) PHP_INSTALL_HEADERS([ext/filter/php_filter.h]) - PHP_ADD_EXTENSION_DEP(filter, pcre, true) + PHP_ADD_EXTENSION_DEP(filter, pcre) fi -- 2.50.1