]> granicus.if.org Git - php/commitdiff
No need to enable by default. Derick got confused. :)
authorfoobar <sniper@php.net>
Sat, 30 Aug 2003 22:09:27 +0000 (22:09 +0000)
committerfoobar <sniper@php.net>
Sat, 30 Aug 2003 22:09:27 +0000 (22:09 +0000)
ext/mbstring/config.m4

index db054d6f0052be3f3136540bfb31044765fb09a5..3c68accd144d5b4fc2aad320cb0165f4ddae6d22 100644 (file)
@@ -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])