summaryrefslogtreecommitdiff
path: root/ext/mbstring/config.m4
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-08-30 22:09:27 +0000
committerfoobar <sniper@php.net>2003-08-30 22:09:27 +0000
commitc803e4643d65faabf2f37248e855d0f0c713991e (patch)
tree56229139af865204088a89e26945fe7a3706b019 /ext/mbstring/config.m4
parent4d788fc1e27ac64db748a72ca6fb9577d14936e7 (diff)
downloadphp-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.m42
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])