From: Joe Orton Date: Sun, 4 Jan 2004 03:05:24 +0000 (+0000) Subject: * modules/filters/config.m4: Fix typo which wiped INCLUDES if zlib X-Git-Tag: pre_ajp_proxy~872 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45ef3067fb1a14485b6ab8eccccdaf09af92f517;p=thirdparty%2Fapache%2Fhttpd.git * modules/filters/config.m4: Fix typo which wiped INCLUDES if zlib detection failed. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102176 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/filters/config.m4 b/modules/filters/config.m4 index d5f7a29bca5..385dbe3038c 100644 --- a/modules/filters/config.m4 +++ b/modules/filters/config.m4 @@ -35,7 +35,7 @@ APACHE_MODULE(deflate, Deflate transfer encoding support, , , most, [ fi fi if test "$enable_deflate" != "no"; then - ap_save_includes=$INCLUDE + ap_save_includes=$INCLUDES ap_save_ldflags=$LDFLAGS ap_save_libs=$LIBS ap_save_cppflags=$CPPFLAGS