From: Michael Wallner Date: Thu, 19 Jan 2006 14:16:12 +0000 (+0000) Subject: improve default settings for configure X-Git-Tag: RELEASE_0_22_0~27 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=85e32209907a4d01823ffebafd4f83cb7c72da98 improve default settings for configure --- 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