summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/json/config.m42
1 files changed, 1 insertions, 1 deletions
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)