From: Antony Dovgal Date: Tue, 5 Dec 2006 23:51:18 +0000 (+0000) Subject: let PHP_ADD_EXTENSION_DEP() to take care of this X-Git-Tag: RELEASE_1_0_0RC1~799 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=14df3a49390939e27d03ca208566fc99b372115c;p=php let PHP_ADD_EXTENSION_DEP() to take care of this --- 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