Browse Source

The json header should be installed so other exts can use it

experimental/5.3-FPM
Johannes Schlüter 17 years ago
parent
commit
96d5c5e931
  1. 1
      ext/json/config.m4

1
ext/json/config.m4

@ -10,5 +10,6 @@ if test "$PHP_JSON" != "no"; then
AC_HEADER_STDC
PHP_NEW_EXTENSION(json, json.c utf8_to_utf16.c utf8_decode.c JSON_parser.c, $ext_shared)
PHP_INSTALL_HEADERS([ext/json], [php_json.h])
PHP_SUBST(JSON_SHARED_LIBADD)
fi
Loading…
Cancel
Save