sniper Sat Aug 27 21:10:01 2005 EDT
Modified files: (Branch: PHP_5_1)
/php-src configure.in
Log:
This is no longer required
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.579.2.5&r2=1.579.2.6&ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.5 php-src/configure.in:1.579.2.6
--- php-src/configure.in:1.579.2.5 Tue Aug 16 08:01:40 2005
+++ php-src/configure.in Sat Aug 27 21:10:00 2005
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.579.2.5 2005/08/16 12:01:40 zeev Exp $ -*- autoconf
-*-
+ ## $Id: configure.in,v 1.579.2.6 2005/08/28 01:10:00 sniper Exp $ -*-
autoconf -*-
dnl ## Process this file with autoconf to produce a configure script.
divert(1)
@@ -874,10 +874,13 @@
pear_error_msg="$pear_error_msg
PEAR requires XML to be enabled. Add --enable-xml to
the configure line. (or --without-pear)"
fi
- if test "$PHP_XMLRPC" = "no"; then
- pear_error_msg="$pear_error_msg
- PEAR requires XML-RPC to be enabled. Add --with-xmlrpc to
the configure line. (or --without-pear)"
- fi
+
+dnl
+dnl if test "$PHP_XMLRPC" = "no"; then
+dnl pear_error_msg="$pear_error_msg
+dnl PEAR requires XML-RPC to be enabled. Add --with-xmlrpc
to the configure line. (or --without-pear)"
+dnl fi
+dnl
if test "$pear_error_msg"; then
AC_MSG_ERROR([$pear_error_msg])
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php