diff options
author | Moriyoshi Koizumi <moriyoshi@php.net> | 2002-10-10 16:57:52 +0000 |
---|---|---|
committer | Moriyoshi Koizumi <moriyoshi@php.net> | 2002-10-10 16:57:52 +0000 |
commit | 70742ae9b636502e263bb5edc3878ab8571dd5ed (patch) | |
tree | c92f2ab5d0abca2088f4cce2a4dbc493ca007428 | |
parent | e4e53bb4b39f9cfd9ce26332526e17760380c6d5 (diff) | |
download | php-git-70742ae9b636502e263bb5edc3878ab8571dd5ed.tar.gz |
--disable-mbregex had no effect
-rw-r--r-- | ext/mbstring/config.m4 | 2 |
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 |