From ee707645928bd4847cd7cd81d52a10853871ad7f Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Sat, 4 May 2002 16:50:10 +0000 Subject: [PATCH] Turn misplaced PHP_ARG_WITH into _ENABLE and fix --enable-mbstring=shared --- ext/mbstring/config.m4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ext/mbstring/config.m4 b/ext/mbstring/config.m4 index 0ec9d0e986..f250aac3e5 100644 --- a/ext/mbstring/config.m4 +++ b/ext/mbstring/config.m4 @@ -2,15 +2,15 @@ dnl dnl $Id$ dnl -PHP_ARG_WITH(mbstring, whether to enable multibyte string support, -[ --disable-mbstring Disable multibyte string support], yes) - PHP_ARG_ENABLE(mbstr_enc_trans, whether to enable encoding translation, [ --enable-mbstr-enc-trans Enable encoding translation], yes) PHP_ARG_ENABLE(mbregex, whether to enable multibyte regex support, [ --enable-mbregex Enable multibyte regex support], yes) +PHP_ARG_ENABLE(mbstring, whether to enable multibyte string support, +[ --disable-mbstring Disable multibyte string support], yes) + if test "$PHP_MBSTRING" != "no"; then AC_DEFINE(HAVE_MBSTRING,1,[whether to have multibyte string support]) -- 2.40.0