summaryrefslogtreecommitdiff
path: root/ext/xmlrpc/config.m4
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2002-03-22 13:49:05 +0000
committerfoobar <sniper@php.net>2002-03-22 13:49:05 +0000
commit35e7255055a9699ec15434070d4c772e615d81bb (patch)
tree4523ea95cf79a895e988abbd889f7b197d1f60cd /ext/xmlrpc/config.m4
parent5e0f34ea559964c0c2ceca9005d79e7345e69dcb (diff)
downloadphp-git-35e7255055a9699ec15434070d4c772e615d81bb.tar.gz
- Fixed minor inconvenience with iconv detection when iconv is found in libc
Diffstat (limited to 'ext/xmlrpc/config.m4')
-rw-r--r--ext/xmlrpc/config.m41
1 files changed, 1 insertions, 0 deletions
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=<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])
])