diff options
-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 |