]> granicus.if.org Git - php/commitdiff
Remove outdated comment with PEAR xmlrpc dependency
authorPeter Kokot <peterkokot@gmail.com>
Sat, 4 Aug 2018 16:22:08 +0000 (18:22 +0200)
committerPeter Kokot <peterkokot@gmail.com>
Sat, 4 Aug 2018 16:22:08 +0000 (18:22 +0200)
The xmlrpc extension is not required to install PEAR anymore.

configure.ac

index 69b89f26c29b763b210960a9dbc6e258f3d0a8f3..78a1878c25ded11153415f2d9471263556b131ea 100644 (file)
@@ -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