From: Jani Taskinen Date: Mon, 2 Jun 2008 14:13:04 +0000 (+0000) Subject: - PCRE is always there, no need for this check anymore X-Git-Tag: BEFORE_NEW_PARAMETER_PARSE~91 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=80ce5fcdc50adbee8e7d18ee4961eb1ec24b743e;p=php - PCRE is always there, no need for this check anymore --- diff --git a/configure.in b/configure.in index 87b556ddce..e07f515d94 100644 --- a/configure.in +++ b/configure.in @@ -1001,10 +1001,6 @@ if test "$PHP_PEAR" != "no"; then dnl dnl PEAR dependancies dnl - if test "$PHP_PCRE_REGEX" = "no"; then - pear_error_msg="$pear_error_msg - PEAR requires PCRE to be enabled. Add --with-pcre-regex to the configure line. (or --without-pear)" - fi if test "$PHP_XML" = "no"; then pear_error_msg="$pear_error_msg PEAR requires XML to be enabled. Add --enable-xml to the configure line. (or --without-pear)"