php-src/ext/unicode/config.m4

8 lines
209 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_SUBST(UNICODE_SHARED_LIBADD)
AC_DEFINE(HAVE_UNICODE, 1, [ ])
2006-06-13 23:46:04 +00:00
PHP_NEW_EXTENSION(unicode, unicode.c locale.c unicode_iterators.c collator.c property.c constants.c transform.c, $ext_shared)