jani Mon Jun 2 14:13:04 2008 UTC Modified files: (Branch: PHP_5_3) /php-src configure.in Log: - PCRE is always there, no need for this check anymore http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.77.2.18&r2=1.579.2.52.2.77.2.19&diff_format=u Index: php-src/configure.in diff -u php-src/configure.in:1.579.2.52.2.77.2.18 php-src/configure.in:1.579.2.52.2.77.2.19 --- php-src/configure.in:1.579.2.52.2.77.2.18 Sat May 31 20:02:57 2008 +++ php-src/configure.in Mon Jun 2 14:13:04 2008 @@ -1,4 +1,4 @@ -## $Id: configure.in,v 1.579.2.52.2.77.2.18 2008/05/31 20:02:57 helly Exp $ -*- autoconf -*- +## $Id: configure.in,v 1.579.2.52.2.77.2.19 2008/06/02 14:13:04 jani Exp $ -*- autoconf -*- dnl ## Process this file with autoconf to produce a configure script. divert(1) @@ -1001,10 +1001,6 @@ 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)"
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php