From: foobar Date: Fri, 22 Mar 2002 13:49:05 +0000 (+0000) Subject: - Fixed minor inconvenience with iconv detection when iconv is found in libc X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~1113 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=35e7255055a9699ec15434070d4c772e615d81bb;p=php - Fixed minor inconvenience with iconv detection when iconv is found in libc --- diff --git a/ext/rpc/xmlrpc/config.m4 b/ext/rpc/xmlrpc/config.m4 index a7f4fae3b8..774c13b2fb 100644 --- a/ext/rpc/xmlrpc/config.m4 +++ b/ext/rpc/xmlrpc/config.m4 @@ -32,6 +32,7 @@ if test "$PHP_XMLRPC" != "no"; then AC_MSG_ERROR(XML-RPC support requires libexpat. Use --with-expat-dir=) fi + PHP_ICONV=yes PHP_SETUP_ICONV(XMLRPC_SHARED_LIBADD, [], [ AC_MSG_ERROR([iconv not found, in order to build xmlrpc you need the iconv library]) ]) diff --git a/ext/xmlrpc/config.m4 b/ext/xmlrpc/config.m4 index a7f4fae3b8..774c13b2fb 100644 --- a/ext/xmlrpc/config.m4 +++ b/ext/xmlrpc/config.m4 @@ -32,6 +32,7 @@ if test "$PHP_XMLRPC" != "no"; then AC_MSG_ERROR(XML-RPC support requires libexpat. Use --with-expat-dir=) fi + PHP_ICONV=yes PHP_SETUP_ICONV(XMLRPC_SHARED_LIBADD, [], [ AC_MSG_ERROR([iconv not found, in order to build xmlrpc you need the iconv library]) ]) diff --git a/ext/xslt/config.m4 b/ext/xslt/config.m4 index b05dfcfc7f..26402760af 100644 --- a/ext/xslt/config.m4 +++ b/ext/xslt/config.m4 @@ -69,6 +69,7 @@ if test "$PHP_XSLT" != "no"; then PHP_ADD_LIBRARY(xmltok) fi + PHP_ICONV=yes PHP_SETUP_ICONV(XSLT_SHARED_LIBADD, [], [ AC_MSG_ERROR([iconv not found, in order to build sablotron you need the iconv library]) ])