diff options
Diffstat (limited to 'ext/xmlrpc/config.m4')
-rw-r--r-- | ext/xmlrpc/config.m4 | 1 |
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]) ]) |