X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=config9.m4;h=2351eb59362cdcff6be7d2cd2078ef54c1d5c265;hp=9f800a1ef5491dfe354b209a247dc43954883cb7;hb=c3200376cd66459d40a1a520074119713c9c8dff;hpb=2769c041b77a0aaba7acbee4ae469571eaeb2b0a diff --git a/config9.m4 b/config9.m4 index 9f800a1..2351eb5 100644 --- a/config9.m4 +++ b/config9.m4 @@ -356,7 +356,7 @@ dnl ---- PHP_ARG_WITH([http-shared-deps], [whether to depend on extensions which have been built shared], [ --without-http-shared-deps HTTP: do not depend on extensions like hash - and iconv (when they're built shared)], $PHP_HTTP, $PHP_HTTP) + and iconv (when they are built shared)], $PHP_HTTP, $PHP_HTTP) dnl ---- dnl HASH dnl ---- @@ -383,6 +383,12 @@ dnl ---- fi ]) +dnl ---- +dnl JSON +dnl ---- + HTTP_HAVE_PHP_EXT([json]) + + dnl ---- dnl ICONV dnl ---- @@ -436,6 +442,7 @@ dnl ---- dnl shared extension deps HTTP_SHARED_DEP([hash]) HTTP_SHARED_DEP([iconv]) + HTTP_SHARED_DEP([json]) PHP_SUBST([HTTP_SHARED_LIBADD])