From: Rui Hirokawa Date: Mon, 2 Oct 2006 23:27:43 +0000 (+0000) Subject: fixed --disable-mbregex to disable multibe-regex. X-Git-Tag: RELEASE_1_0_0RC1~1467 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7d47f629e4842800fef7315b3a72c7e34dae6351;p=php fixed --disable-mbregex to disable multibe-regex. --- diff --git a/ext/mbstring/config.m4 b/ext/mbstring/config.m4 index 7b7a2a8d3c..c57f13cf06 100644 --- a/ext/mbstring/config.m4 +++ b/ext/mbstring/config.m4 @@ -271,7 +271,6 @@ PHP_ARG_WITH(libmbfl, [for external libmbfl], if test "$PHP_MBSTRING" != "no"; then AC_DEFINE([HAVE_MBSTRING],1,[whether to have multibyte string support]) - AC_DEFINE([HAVE_MBREGEX], 0,[whether to have multibyte regex support]) PHP_MBSTRING_ADD_BASE_SOURCES([mbstring.c php_unicode.c mb_gpc.c])