diff options
author | foobar <sniper@php.net> | 2002-05-31 23:20:04 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2002-05-31 23:20:04 +0000 |
commit | 73ab5708b414759cc621675f6d6914469c09ad81 (patch) | |
tree | 880427bb19bd159129e9120412e1da67508afcf3 | |
parent | 3a32f51b11afe215832b176247552fc5e9127f1e (diff) | |
download | php-git-73ab5708b414759cc621675f6d6914469c09ad81.tar.gz |
Fixed typo..
-rw-r--r-- | ext/mbstring/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mbstring/config.m4 b/ext/mbstring/config.m4 index d1db98678c..01a3a22f1d 100644 --- a/ext/mbstring/config.m4 +++ b/ext/mbstring/config.m4 @@ -9,7 +9,7 @@ PHP_ARG_ENABLE(mbregex, whether to enable multibyte regex support, [ --enable-mbregex Enable multibyte regex support], yes) PHP_ARG_WITH(mbstring, whether to enable multibyte string support, -[ --disable-mbstring Disable multibyte string support], yes) +[ --without-mbstring Disable multibyte string support], yes) if test "$PHP_MBSTRING" != "no"; then AC_DEFINE(HAVE_MBSTRING,1,[whether to have multibyte string support]) |