]> granicus.if.org Git - php/commitdiff
ws
authorfoobar <sniper@php.net>
Sat, 30 Aug 2003 21:32:10 +0000 (21:32 +0000)
committerfoobar <sniper@php.net>
Sat, 30 Aug 2003 21:32:10 +0000 (21:32 +0000)
ext/mbstring/config.m4

index 4afdf74569e0b9087956f2fb3e8b9730c150f3c9..017bd75a1b0e6c8292b6ebd5d033037fbacd9270 100644 (file)
@@ -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