From: Michael Wallner Date: Fri, 17 Feb 2006 09:28:37 +0000 (+0000) Subject: - fix bug #6804 - configure does not recognize --without-http-zlib-compression X-Git-Tag: RELEASE_0_24_0~7 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=11a6602c24b3cc89fa3d7fa2d0fb67b2131635d7;ds=sidebyside - fix bug #6804 - configure does not recognize --without-http-zlib-compression --- diff --git a/config.m4 b/config.m4 index 38d8451..6450d56 100644 --- 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 diff --git a/package2.xml b/package2.xml index 5a7935a..930391a 100644 --- a/package2.xml +++ b/package2.xml @@ -48,6 +48,7 @@ HttpResponse