X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=config9.m4;h=bd5ba2f08feb59dc9ee852cdfff7d16d15fe5947;hp=0e5e1ce7dfc5e80e8c198b75d23b5a348e3fa56f;hb=af63b51f8172e530c3fd9d780ceff76918f0ebd3;hpb=4f9f3e9032252995b600ed4c4ea538e6302730a2 diff --git a/config9.m4 b/config9.m4 index 0e5e1ce..bd5ba2f 100644 --- a/config9.m4 +++ b/config9.m4 @@ -557,7 +557,7 @@ dnl ---- dnl extension deps PHP_ADD_EXTENSION_DEP([http], [raphf], true) - PHP_ADD_EXTENSION_DEP([http], [propo], true) + PHP_ADD_EXTENSION_DEP([http], [propro], true) PHP_SUBST([HTTP_SHARED_LIBADD]) @@ -604,4 +604,7 @@ dnl ---- PHP_INSTALL_HEADERS(ext/http, $PHP_HTTP_HEADERS) AC_DEFINE([HAVE_HTTP], [1], [Have extended HTTP support]) + if $HTTP_HAVE_A_REQUEST_LIB; then + AC_DEFINE([PHP_HTTP_HAVE_CLIENT], [1], [Have HTTP client support]) + fi fi