Browse Source

ws

PEAR_1_4DEV
foobar 23 years ago
parent
commit
c57ecb0e9a
  1. 4
      ext/mbstring/config.m4

4
ext/mbstring/config.m4

@ -221,10 +221,10 @@ if test "$PHP_MBSTRING" != "no"; then
if test "$PHP_MBSTRING" = "all" -o "$PHP_MBSTRING" = "cn"; then
AC_DEFINE([HAVE_MBSTR_CN],1,[whether to have simplified chinese support])
fi
if test "$PHP_MBSTRING" = "all" -o "$PHP_MBSTRING" = "tw"; then
if test "$PHP_MBSTRING" = "all" -o "$PHP_MBSTRING" = "tw"; then
AC_DEFINE([HAVE_MBSTR_TW],1,[whether to have traditional chinese support])
fi
if test "$PHP_MBSTRING" = "all" -o "$PHP_MBSTIRNG" = "kr"; then
if test "$PHP_MBSTRING" = "all" -o "$PHP_MBSTIRNG" = "kr"; then
AC_DEFINE([HAVE_MBSTR_KR],1,[whether to have korean support])
fi
if test "$PHP_MBSTRING" = "all" -o "$PHP_MBSTRING" = "ru"; then

Loading…
Cancel
Save