From c803e4643d65faabf2f37248e855d0f0c713991e Mon Sep 17 00:00:00 2001 From: foobar Date: Sat, 30 Aug 2003 22:09:27 +0000 Subject: [PATCH] No need to enable by default. Derick got confused. :) --- ext/mbstring/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/mbstring/config.m4 b/ext/mbstring/config.m4 index db054d6f005..3c68accd144 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])