]> granicus.if.org Git - apache/commitdiff
Fix a typo in mod_deflate's m4 config section.
authorJustin Erenkrantz <jerenkrantz@apache.org>
Sun, 6 Jan 2002 00:44:22 +0000 (00:44 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Sun, 6 Jan 2002 00:44:22 +0000 (00:44 +0000)
Submitted by: albert chin (china@thewrittenword.com)
Reviewed by: Justin Erenkrantz

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92743 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
modules/experimental/config.m4

diff --git a/CHANGES b/CHANGES
index d08149f02a299dbb8cc648e28b553302fc93726b..48ab0df525e31c73b7431e959df516140b6f3565 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
 Changes with Apache 2.0.30-dev
 
+  *) Fix a typo in mod_deflate's m4 config section.
+     [albert chin (china@thewrittenword.com)]
+
   *) Fix a couple of mod_proxy problems forwarding HTTP connections
      and handling CONNECT:
      (1) PR #9190  Proxy failed to connect to IPv6 hosts.
index a4700688c8e536433509c31e658edd1de6555144..9194444872ed95cc73f523f24f046aba1863c50f 100644 (file)
@@ -59,7 +59,7 @@ APACHE_MODULE(deflate, Deflate transfer encoding support, , , no, [
       CPPFLAGS="$CPPFLAGS -I${ap_zlib_base}/include"
       APR_ADDTO(LDFLAGS, [-L${ap_zlib_base}/lib])
       if test "x$ap_platform_runtime_link_flag" != "x"; then
-         APR_ADDTO(LDFLAGS, [$ap_platform_runtime_link_flag${ap_zlib_Base}/lib])
+         APR_ADDTO(LDFLAGS, [$ap_platform_runtime_link_flag${ap_zlib_base}/lib])
       fi
     fi
     APR_ADDTO(LIBS, [-lz])