sniper Sat Aug 30 17:32:11 2003 EDT Modified files: /php-src/ext/mbstring config.m4 Log: ws Index: php-src/ext/mbstring/config.m4 diff -u php-src/ext/mbstring/config.m4:1.34 php-src/ext/mbstring/config.m4:1.35 --- php-src/ext/mbstring/config.m4:1.34 Mon Aug 25 00:08:27 2003 +++ php-src/ext/mbstring/config.m4 Sat Aug 30 17:32:10 2003 @@ -1,5 +1,5 @@ dnl -dnl $Id: config.m4,v 1.34 2003/08/25 04:08:27 sniper Exp $ +dnl $Id: config.m4,v 1.35 2003/08/30 21:32:10 sniper Exp $ dnl AC_DEFUN([PHP_MBSTRING_ADD_SOURCES], [ @@ -221,10 +221,10 @@ 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
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php