- fix bug #6804 - configure does not recognize --without-http-zlib-compression
authorMichael Wallner <mike@php.net>
Fri, 17 Feb 2006 09:28:37 +0000 (09:28 +0000)
committerMichael Wallner <mike@php.net>
Fri, 17 Feb 2006 09:28:37 +0000 (09:28 +0000)
config.m4
package2.xml

index 38d84519a96a38a8671fa479be032cd1ece43c7d..6450d568817db1f3d1d306c0767f0e234228bb73 100644 (file)
--- a/config.m4
+++ b/config.m4
@@ -39,7 +39,7 @@ dnl -------
 dnl ----
 dnl ZLIB
 dnl ----
-       if test "$PHP_HTTP_ZLIB_ENCODINGS" != "no"; then
+       if test "$PHP_HTTP_ZLIB_COMPRESSION" != "no"; then
                AC_MSG_CHECKING([for zlib.h])
                ZLIB_DIR=
                for i in "$PHP_HTTP_ZLIB_COMPRESSION" "$PHP_ZLIB_DIR" "$PHP_ZLIB" /usr/local /usr /opt; do
index 5a7935afdc725d96394ca92ecc70e86b8afd0747..930391a52d4d2ffd0473158cbe30af9d58206fc3 100644 (file)
@@ -48,6 +48,7 @@ HttpResponse
  <notes><![CDATA[
 + Added If-Range header recognition.
 
+* Fixed bug #6804 - configure does not recognize --without-http-zlib-compression.
 * Fixed cases where 412 Precondition failed should be sent.
 * Fixed message chain order in HttpRequest::getHistory().
 ]]></notes>