]> granicus.if.org Git - php/commitdiff
- PCRE is always there, no need for this check anymore
authorJani Taskinen <jani@php.net>
Mon, 2 Jun 2008 14:13:04 +0000 (14:13 +0000)
committerJani Taskinen <jani@php.net>
Mon, 2 Jun 2008 14:13:04 +0000 (14:13 +0000)
configure.in

index 87b556ddceb675e9af75933a33360dc3621942ac..e07f515d94ca5a305a1fa9600dada2cceeba911c 100644 (file)
@@ -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)"