summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoriyoshi Koizumi <moriyoshi@php.net>2002-10-10 16:57:52 +0000
committerMoriyoshi Koizumi <moriyoshi@php.net>2002-10-10 16:57:52 +0000
commit70742ae9b636502e263bb5edc3878ab8571dd5ed (patch)
treec92f2ab5d0abca2088f4cce2a4dbc493ca007428
parente4e53bb4b39f9cfd9ce26332526e17760380c6d5 (diff)
downloadphp-git-70742ae9b636502e263bb5edc3878ab8571dd5ed.tar.gz
--disable-mbregex had no effect
-rw-r--r--ext/mbstring/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mbstring/config.m4 b/ext/mbstring/config.m4
index 4a936c05f5..838977f971 100644
--- a/ext/mbstring/config.m4
+++ b/ext/mbstring/config.m4
@@ -38,6 +38,6 @@ fi
PHP_ARG_ENABLE(mbregex, whether to enable multibyte regex support,
[ --disable-mbregex Disable multibyte regex support], yes, no)
-if test "$MBREGEX" != "no" ; then
+if test "$PHP_MBREGEX" != "no" ; then
AC_DEFINE(HAVE_MBREGEX, 1, [whether to have multibyte regex support])
fi