diff options
Diffstat (limited to 'ext/mbstring/config.m4')
-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 e89f715c17..9e07a5da32 100644 --- a/ext/mbstring/config.m4 +++ b/ext/mbstring/config.m4 @@ -35,7 +35,7 @@ fi PHP_ARG_ENABLE(mbregex, whether to enable multibyte regex support, -[ --disable-mbregex Disable multibyte regex support], yes, no) +[ --disable-mbregex Disable multibyte regex support], yes, no) if test "$MBREGEX" != "no" ; then AC_DEFINE(HAVE_MBREGEX, 1, [whether to have multibyte regex support]) |