]> granicus.if.org Git - php/commitdiff
rephrase
authorAntony Dovgal <tony2001@php.net>
Thu, 20 Jul 2006 10:47:37 +0000 (10:47 +0000)
committerAntony Dovgal <tony2001@php.net>
Thu, 20 Jul 2006 10:47:37 +0000 (10:47 +0000)
ext/json/config.m4

index 675e0b9a8c89f6ceb0c2bc1731fd27a378fd4498..b5c50cc0e51a905f992fab1160f56764d606e4a8 100644 (file)
@@ -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)