summaryrefslogtreecommitdiff
path: root/ext/unicode/config.m4
blob: 1b312bc5a202c3c750dbe04f067e4cb984e6c1ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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, $ext_shared)
fi