mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
7 lines
180 B
Text
7 lines
180 B
Text
dnl
|
|
dnl $Id$
|
|
dnl
|
|
|
|
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)
|