diff options
author | foobar <sniper@php.net> | 2003-08-30 22:09:27 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2003-08-30 22:09:27 +0000 |
commit | c803e4643d65faabf2f37248e855d0f0c713991e (patch) | |
tree | 56229139af865204088a89e26945fe7a3706b019 /ext/mbstring/config.m4 | |
parent | 4d788fc1e27ac64db748a72ca6fb9577d14936e7 (diff) | |
download | php-git-c803e4643d65faabf2f37248e855d0f0c713991e.tar.gz |
No need to enable by default. Derick got confused. :)
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 db054d6f00..3c68accd14 100644 --- a/ext/mbstring/config.m4 +++ b/ext/mbstring/config.m4 @@ -206,7 +206,7 @@ PHP_ARG_ENABLE([mbregex], [whether to enable multibyte regex support], PHP_ARG_WITH(libmbfl, [for external libmbfl], [ --with-libmbfl[=DIR] MBSTRING: Use external libmbfl. DIR is the libmbfl install prefix. - If DIR is not set, the bundled libmbfl will be used.], yes, no) + If DIR is not set, the bundled libmbfl will be used.], no, no) if test "$PHP_MBSTRING" != "no"; then AC_DEFINE([HAVE_MBSTRING],1,[whether to have multibyte string support]) |