From: foobar Date: Sat, 30 Aug 2003 21:32:10 +0000 (+0000) Subject: ws X-Git-Tag: RELEASE_0_7~349 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c57ecb0e9a75fc2bb849f6887a38838aba7c8737;p=php ws --- diff --git a/ext/mbstring/config.m4 b/ext/mbstring/config.m4 index 4afdf74569..017bd75a1b 100644 --- a/ext/mbstring/config.m4 +++ b/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