summaryrefslogtreecommitdiff
path: root/ext/filter
diff options
context:
space:
mode:
Diffstat (limited to 'ext/filter')
-rw-r--r--ext/filter/config.m46
1 files changed, 1 insertions, 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