From: Sascha Schumann Date: Sat, 4 May 2002 16:50:10 +0000 (+0000) Subject: Turn misplaced PHP_ARG_WITH into _ENABLE X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~256 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ee707645928bd4847cd7cd81d52a10853871ad7f;p=php Turn misplaced PHP_ARG_WITH into _ENABLE and fix --enable-mbstring=shared --- 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])