From: Antony Dovgal Date: Thu, 20 Jul 2006 10:47:37 +0000 (+0000) Subject: rephrase X-Git-Tag: php-5.2.0RC1~43 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f59a139f6154981ba72313e6a972f2896a48492a;p=php rephrase --- diff --git a/ext/json/config.m4 b/ext/json/config.m4 index 675e0b9a8c..b5c50cc0e5 100644 --- a/ext/json/config.m4 +++ b/ext/json/config.m4 @@ -6,7 +6,7 @@ PHP_ARG_ENABLE(json, whether to enable JavaScript Object Serialization support, [ --disable-json Disable JavaScript Object Serialization support], yes) if test "$PHP_JSON" != "no"; then - AC_DEFINE([HAVE_JSON],1 ,[whether to have JavaScript Object Serialization support]) + AC_DEFINE([HAVE_JSON],1 ,[whether to enable JavaScript Object Serialization support]) AC_HEADER_STDC PHP_NEW_EXTENSION(json, json.c utf8_to_utf16.c utf8_decode.c JSON_parser.c, $ext_shared)