1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 16:38:25 +02:00
Files
archived-php-src/ext/unicode/config.m4
T

14 lines
346 B
Plaintext

dnl
dnl $Id$
dnl
PHP_ARG_ENABLE(unicode, whether to enable unicode functions,
[ --disable-unicode Disable Unicode API support])
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)
fi