]> granicus.if.org Git - php/commitdiff
This is no longer required
authorfoobar <sniper@php.net>
Sun, 28 Aug 2005 01:10:00 +0000 (01:10 +0000)
committerfoobar <sniper@php.net>
Sun, 28 Aug 2005 01:10:00 +0000 (01:10 +0000)
configure.in

index ac5a97ac69024261a5bf44ed30602ab7d76d3c89..297e9f398bc55c432fd68a11bee5c8b3d625fa80 100644 (file)
@@ -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])