mirror of
https://github.com/php/php-src.git
synced 2024-11-26 19:33:55 +08:00
No need to enable by default. Derick got confused. :)
This commit is contained in:
parent
4d788fc1e2
commit
c803e4643d
@ -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])
|
||||
|
Loading…
Reference in New Issue
Block a user