Browse Source

Merge branch 'PHP-7.3'

* PHP-7.3:
  Remove outdated comment with PEAR xmlrpc dependency
pull/3428/head
Peter Kokot 8 years ago
parent
commit
a0970bbbab
  1. 7
      configure.ac

7
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

Loading…
Cancel
Save