Enable UTF8 support (incomplete) by default.

This commit is contained in:
Andrei Zmievski 2001-02-20 22:21:06 +00:00
parent a798fe8d5d
commit df868616aa
2 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,7 @@ if test "$PHP_PCRE_REGEX" != "no"; then
PCRE_LIBADD=pcrelib/libpcre.la
PCRE_SHARED_LIBADD=pcrelib/libpcre.la
PCRE_SUBDIRS=pcrelib
CFLAGS="$CFLAGS -DSUPPORT_UTF8"
PHP_SUBST(PCRE_LIBADD)
PHP_SUBST(PCRE_SUBDIRS)
AC_DEFINE(HAVE_BUNDLED_PCRE, 1, [ ])

View File

@ -16,6 +16,7 @@ if test "$PHP_PCRE_REGEX" != "no"; then
PCRE_LIBADD=pcrelib/libpcre.la
PCRE_SHARED_LIBADD=pcrelib/libpcre.la
PCRE_SUBDIRS=pcrelib
CFLAGS="$CFLAGS -DSUPPORT_UTF8"
PHP_SUBST(PCRE_LIBADD)
PHP_SUBST(PCRE_SUBDIRS)
AC_DEFINE(HAVE_BUNDLED_PCRE, 1, [ ])