summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2006-12-05 23:51:30 +0000
committerAntony Dovgal <tony2001@php.net>2006-12-05 23:51:30 +0000
commita813e112d438dd3480a1f0dd2e7754ee5cbc575e (patch)
tree31309fbdd2c9b507e9c47efb027f180d51a6ef90 /ext
parent62cd5a9bae818df32b4f6c832a6e8ea37261b486 (diff)
downloadphp-git-a813e112d438dd3480a1f0dd2e7754ee5cbc575e.tar.gz
MFH
Diffstat (limited to 'ext')
-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