From 99020cc085063819ab6cecb5a4594b90d0ec6e7f Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Sat, 4 Aug 2018 18:22:08 +0200 Subject: [PATCH] Remove outdated comment with PEAR xmlrpc dependency The xmlrpc extension is not required to install PEAR anymore. --- configure.ac | 7 ------- 1 file changed, 7 deletions(-) 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 -- 2.40.0