summaryrefslogtreecommitdiff
path: root/ext/mbstring/config.m4
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-08-30 21:32:10 +0000
committerfoobar <sniper@php.net>2003-08-30 21:32:10 +0000
commitc57ecb0e9a75fc2bb849f6887a38838aba7c8737 (patch)
tree77108aa130f3bbc367dadc2ec42d74288307d880 /ext/mbstring/config.m4
parent944544f013f19d7a6a11e23478d3904d37beb3cb (diff)
downloadphp-git-c57ecb0e9a75fc2bb849f6887a38838aba7c8737.tar.gz
ws
Diffstat (limited to 'ext/mbstring/config.m4')
-rw-r--r--ext/mbstring/config.m44
1 files changed, 2 insertions, 2 deletions
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