summaryrefslogtreecommitdiff
path: root/ext/json
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2006-07-20 10:47:37 +0000
committerAntony Dovgal <tony2001@php.net>2006-07-20 10:47:37 +0000
commitf59a139f6154981ba72313e6a972f2896a48492a (patch)
tree3865ef708e1313d4f327d019dd74d75c8bcb7bdc /ext/json
parent68ae2707939bf9f8b48b52876567d57af12491d4 (diff)
downloadphp-git-f59a139f6154981ba72313e6a972f2896a48492a.tar.gz
rephrase
Diffstat (limited to 'ext/json')
-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)