update travis/pecl
[m6w6/ext-json_post] / config.m4
1 PHP_ARG_ENABLE(json-post, whether to enable json-post support,
2 [ --enable-json-post Enable json-post support])
3
4 if test "$PHP_JSON_POST" != "no"; then
5 PHP_NEW_EXTENSION(json_post, php_json_post.c, $ext_shared)
6 PHP_ADD_EXTENSION_DEP(json_post, json, true)
7 fi