From: foobar Date: Sun, 28 Aug 2005 01:10:00 +0000 (+0000) Subject: This is no longer required X-Git-Tag: php-5.1.0RC2_PRE~64 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=11eeb0c3accc0cc8582812b7e23fd8aee8153c5b;p=php This is no longer required --- diff --git a/configure.in b/configure.in index ac5a97ac69..297e9f398b 100644 --- a/configure.in +++ b/configure.in @@ -874,10 +874,13 @@ if test "$PHP_PEAR" != "no"; then 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])