php-src/ext/unicode/config.m4

14 lines
346 B
Plaintext
Raw Normal View History

2005-08-11 23:36:07 +00:00
dnl
2005-08-12 09:10:04 +00:00
dnl $Id$
2005-08-11 23:36:07 +00:00
dnl
PHP_ARG_ENABLE(unicode, whether to enable unicode functions,
2005-11-10 08:04:57 +00:00
[ --disable-unicode Disable Unicode API support])
2005-08-11 23:36:07 +00:00
if test "$PHP_UNICODE" != "no"; then
PHP_SUBST(UNICODE_SHARED_LIBADD)
AC_DEFINE(HAVE_UNICODE, 1, [ ])
PHP_NEW_EXTENSION(unicode, unicode.c locale.c unicode_filter.c unicode_iterators.c, $ext_shared)
2005-08-11 23:36:07 +00:00
fi