From bab621c7882ef78479ab78b61d1ed0e54e88ea16 Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Tue, 19 Mar 2019 06:58:15 +0200 Subject: [PATCH] This should be redundant too as we use a centralized PCRE install --- ext/filter/config.m4 | 7 ------- 1 file changed, 7 deletions(-) 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) -- 2.50.0