diff options
Diffstat (limited to 'ext/json/config.w32')
-rw-r--r-- | ext/json/config.w32 | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/ext/json/config.w32 b/ext/json/config.w32 deleted file mode 100644 index fa001d308c..0000000000 --- a/ext/json/config.w32 +++ /dev/null @@ -1,10 +0,0 @@ -// $Id$ -// vim:ft=javascript - -ARG_WITH("json", "JavaScript Object Serialization support", "no"); - -if (PHP_JSON != "no") { - EXTENSION('json', 'json.c', PHP_JSON_SHARED, ""); - ADD_SOURCES(configure_module_dirname, "JSON_parser.c utf8_decode.c utf8_to_utf16.c", "json"); -} - |