From 80ce5fcdc50adbee8e7d18ee4961eb1ec24b743e Mon Sep 17 00:00:00 2001 From: Jani Taskinen Date: Mon, 2 Jun 2008 14:13:04 +0000 Subject: [PATCH] - PCRE is always there, no need for this check anymore --- configure.in | 4 ---- 1 file changed, 4 deletions(-) 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)" -- 2.40.0