AC_MSG_ERROR(XML-RPC support requires libexpat. Use --with-expat-dir=<DIR>)
fi
- PHP_ICONV=yes
+ if test "$PHP_ICONV" = "no"; then
+ PHP_ICONV=yes
+ fi
PHP_SETUP_ICONV(XMLRPC_SHARED_LIBADD, [], [
AC_MSG_ERROR([iconv not found, in order to build xmlrpc you need the iconv library])
])
AC_MSG_ERROR(XML-RPC support requires libexpat. Use --with-expat-dir=<DIR>)
fi
- PHP_ICONV=yes
+ if test "$PHP_ICONV" = "no"; then
+ PHP_ICONV=yes
+ fi
PHP_SETUP_ICONV(XMLRPC_SHARED_LIBADD, [], [
AC_MSG_ERROR([iconv not found, in order to build xmlrpc you need the iconv library])
])
PHP_ADD_LIBRARY(xmltok)
fi
- PHP_ICONV=yes
+ if test "$PHP_ICONV" = "no"; then
+ PHP_ICONV=yes
+ fi
PHP_SETUP_ICONV(XSLT_SHARED_LIBADD, [], [
AC_MSG_ERROR([iconv not found, in order to build sablotron you need the iconv library])
])