]> granicus.if.org Git - php/commitdiff
Fix this again.
authorSascha Schumann <sas@php.net>
Sun, 12 May 2002 14:55:25 +0000 (14:55 +0000)
committerSascha Schumann <sas@php.net>
Sun, 12 May 2002 14:55:25 +0000 (14:55 +0000)
If you are unsure whether enable or with shall be used, please
inquire on the mailing list.

WITH is solely for the purpose of pointing to paths and other external
entities.

Note that the comment has always mentioned "--disable-mbstring" which
clearly refers to enable and not with.

ext/mbstring/config.m4

index 8f4642f6e1535f060b5ebcfe67b75dddc5b44b5d..f250aac3e5d1be9f25212ecf00145ce0d8edd242 100644 (file)
@@ -8,7 +8,7 @@ PHP_ARG_ENABLE(mbstr_enc_trans, whether to enable encoding translation,
 PHP_ARG_ENABLE(mbregex, whether to enable multibyte regex support,
 [  --enable-mbregex         Enable multibyte regex support], yes)
 
-PHP_ARG_WITH(mbstring, whether to enable multibyte string support,
+PHP_ARG_ENABLE(mbstring, whether to enable multibyte string support,
 [  --disable-mbstring       Disable multibyte string support], yes)
 
 if test "$PHP_MBSTRING" != "no"; then