php-src/ext/iconv/config.m4
2002-03-17 21:09:21 +00:00

18 lines
342 B
Plaintext

dnl
dnl $Id$
dnl
PHP_ARG_WITH(iconv, for iconv support,
[ --with-iconv[=DIR] Include iconv support])
if test "$PHP_ICONV" != "no"; then
PHP_SETUP_ICONV(ICONV_SHARED_LIBADD, [
PHP_NEW_EXTENSION(iconv, iconv.c, $ext_shared)
PHP_SUBST(ICONV_SHARED_LIBADD)
], [
AC_MSG_ERROR(Please reinstall the iconv library.)
])
fi