summaryrefslogtreecommitdiff
path: root/ext/mbstring/config.m4
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2006-02-23 20:15:36 +0000
committerMarcus Boerger <helly@php.net>2006-02-23 20:15:36 +0000
commitbb94742080dff0adfa8c257116e7a5c69b852c6a (patch)
tree1ae3046321884909a154cddea81117a5f3c504a3 /ext/mbstring/config.m4
parenta9b90524d5d211ea4face22b6b3fdbe3b0e9055b (diff)
downloadphp-git-bb94742080dff0adfa8c257116e7a5c69b852c6a.tar.gz
- Disable mbregex support until someone finds a way to reenable the
required engine stuff - Fix build
Diffstat (limited to 'ext/mbstring/config.m4')
-rw-r--r--ext/mbstring/config.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/mbstring/config.m4 b/ext/mbstring/config.m4
index d2c7383e91..992f0ae7df 100644
--- a/ext/mbstring/config.m4
+++ b/ext/mbstring/config.m4
@@ -271,10 +271,12 @@ 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])
if test "$PHP_MBREGEX" != "no"; then
+ AC_MSG_ERROR([multibyte regex support must be disabled, use --disable-mbregex])
PHP_MBSTRING_SETUP_MBREGEX
fi