--- scripts/configure.php.orig Mon Apr 8 20:42:18 2002 +++ scripts/configure.php Mon Apr 8 20:43:12 2002 @@ -36,7 +36,7 @@ OpenSSL "OpenSSL support" OFF \ SNMP "SNMP support" OFF \ XML "XML support" OFF \ -XMLRPC "XMLRPC-EPI support (implies XML)" OFF \ +XMLRPC "XMLRPC-EPI support (implies XML and iconv)" OFF \ XSLT "Sablotron support (implies XML and iconv)" OFF \ WDDX "WDDX support (implies XML)" OFF \ DOMXML "DOM support" OFF \ @@ -233,6 +233,9 @@ echo "CONFIGURE_ARGS+=--with-xmlrpc" if [ -z "$XML" ]; then set $* \"XML\" + fi + if [ -z "$ICONV" ]; then + set $* \"iconv\" fi ;; \"XSLT\")