mirror of
https://github.com/php/php-src.git
synced 2025-01-10 21:14:37 +08:00
8 lines
209 B
Plaintext
8 lines
209 B
Plaintext
dnl
|
|
dnl $Id$
|
|
dnl
|
|
|
|
PHP_SUBST(UNICODE_SHARED_LIBADD)
|
|
AC_DEFINE(HAVE_UNICODE, 1, [ ])
|
|
PHP_NEW_EXTENSION(unicode, unicode.c locale.c unicode_iterators.c collator.c property.c constants.c transform.c, $ext_shared)
|