summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/rpc/xmlrpc/config.m41
-rw-r--r--ext/xmlrpc/config.m41
-rw-r--r--ext/xslt/config.m41
3 files changed, 3 insertions, 0 deletions
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=<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=<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])
])