Skip to content

Commit f59a139

Browse files
committed
rephrase
1 parent 68ae270 commit f59a139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/json/config.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PHP_ARG_ENABLE(json, whether to enable JavaScript Object Serialization support,
66
[ --disable-json Disable JavaScript Object Serialization support], yes)
77

88
if test "$PHP_JSON" != "no"; then
9-
AC_DEFINE([HAVE_JSON],1 ,[whether to have JavaScript Object Serialization support])
9+
AC_DEFINE([HAVE_JSON],1 ,[whether to enable JavaScript Object Serialization support])
1010
AC_HEADER_STDC
1111

1212
PHP_NEW_EXTENSION(json, json.c utf8_to_utf16.c utf8_decode.c JSON_parser.c, $ext_shared)

0 commit comments

Comments
 (0)