X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=config.m4;h=53cde183704dd3cc283f792025df2d13e26561a7;hb=a343fa32a9cfa77208c68bd8f73338b6f03a2f56;hp=0d1c283557a9b7a57be24ec5c659754e3fb55b91;hpb=f0fefacf671ffdf395c92f4fe5a229140f8b8ce8;p=m6w6%2Fext-http diff --git a/config.m4 b/config.m4 index 0d1c283..53cde18 100644 --- a/config.m4 +++ b/config.m4 @@ -6,13 +6,13 @@ PHP_ARG_ENABLE([http], [whether to enable extended HTTP support], [ --enable-http Enable extended HTTP support]) PHP_ARG_WITH([http-curl-requests], [whether to enable cURL HTTP request support], [ --with-http-curl-requests[=LIBCURLDIR] - HTTP: with cURL request support], "yes") + HTTP: with cURL request support], $PHP_HTTP, $PHP_HTTP) PHP_ARG_WITH([http-zlib-compression], [whether to enable zlib encodings support], [ --with-http-zlib-compression[=LIBZDIR] - HTTP: with zlib encodings support], "yes") + HTTP: with zlib encodings support], $PHP_HTTP, $PHP_HTTP) PHP_ARG_WITH([http-magic-mime], [whether to enable response content type guessing], [ --with-http-magic-mime[=LIBMAGICDIR] - HTTP: with magic mime response content type guessing]) + HTTP: with magic mime response content type guessing], "no", "no") if test "$PHP_HTTP" != "no"; then