From: Kalle Sommer Nielsen Date: Tue, 19 Mar 2019 04:58:15 +0000 (+0200) Subject: This should be redundant too as we use a centralized PCRE install X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bab621c7882ef78479ab78b61d1ed0e54e88ea16;p=php This should be redundant too as we use a centralized PCRE install --- diff --git a/ext/filter/config.m4 b/ext/filter/config.m4 index 8c09bee5eb..06ca873f6f 100644 --- a/ext/filter/config.m4 +++ b/ext/filter/config.m4 @@ -6,13 +6,6 @@ PHP_ARG_ENABLE([filter], [Disable input filter support])], [yes]) -PHP_ARG_WITH([pcre-dir], - [pcre install prefix], - [AS_HELP_STRING([--with-pcre-dir], - [FILTER: pcre install prefix])], - [no], - [no]) - if test "$PHP_FILTER" != "no"; then PHP_NEW_EXTENSION(filter, filter.c sanitizing_filters.c logical_filters.c callback_filter.c, $ext_shared,, -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1) PHP_SUBST(FILTER_SHARED_LIBADD)