From: Peter Kokot Date: Sat, 4 Aug 2018 16:22:08 +0000 (+0200) Subject: Remove outdated comment with PEAR xmlrpc dependency X-Git-Tag: php-7.3.0beta2~35 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=99020cc085063819ab6cecb5a4594b90d0ec6e7f;p=php Remove outdated comment with PEAR xmlrpc dependency The xmlrpc extension is not required to install PEAR anymore. --- diff --git a/configure.ac b/configure.ac index 69b89f26c2..78a1878c25 100644 --- a/configure.ac +++ b/configure.ac @@ -1149,13 +1149,6 @@ if test "$PHP_PEAR" != "no"; then PEAR requires XML to be enabled. Add --enable-xml 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]) fi