diff options
| author | foobar <sniper@php.net> | 2001-11-30 19:00:13 +0000 |
|---|---|---|
| committer | foobar <sniper@php.net> | 2001-11-30 19:00:13 +0000 |
| commit | f1397d533969095577f9d11005015a1291b16568 (patch) | |
| tree | b2bf7c7cbd6bcda7d16530d137968f9e7c85f71d /ext/mbstring | |
| parent | e858d27888471107a4816d62033db785fab5f2da (diff) | |
| download | php-git-f1397d533969095577f9d11005015a1291b16568.tar.gz | |
Unified the configure messages.
Diffstat (limited to 'ext/mbstring')
| -rw-r--r-- | ext/mbstring/config.m4 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ext/mbstring/config.m4 b/ext/mbstring/config.m4 index 1718a91464..b655530436 100644 --- a/ext/mbstring/config.m4 +++ b/ext/mbstring/config.m4 @@ -1,5 +1,6 @@ +dnl dnl $Id$ -dnl config.m4 for extension mbstring +dnl PHP_ARG_ENABLE(mbstring, whether to enable multibyte string support, [ --enable-mbstring Enable multibyte string support]) @@ -11,7 +12,8 @@ fi AC_MSG_CHECKING(whether to enable japanese encoding translation) AC_ARG_ENABLE(mbstr_enc_trans, -[ --enable-mbstr-enc-trans Enable japanese encoding translation],[ +[ --enable-mbstr-enc-trans + Enable japanese encoding translation],[ if test "$enableval" = "yes" ; then AC_DEFINE(MBSTR_ENC_TRANS, 1, [ ]) AC_MSG_RESULT(yes) |
