You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by je...@apache.org on 2002/01/06 01:44:22 UTC

cvs commit: httpd-2.0/modules/experimental config.m4

jerenkrantz    02/01/05 16:44:22

  Modified:    .        CHANGES
               modules/experimental config.m4
  Log:
  Fix a typo in mod_deflate's m4 config section.
  
  Submitted by:	albert chin (china@thewrittenword.com)
  Reviewed by:	Justin Erenkrantz
  
  Revision  Changes    Path
  1.503     +3 -0      httpd-2.0/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/CHANGES,v
  retrieving revision 1.502
  retrieving revision 1.503
  diff -u -r1.502 -r1.503
  --- CHANGES	4 Jan 2002 18:32:48 -0000	1.502
  +++ CHANGES	6 Jan 2002 00:44:22 -0000	1.503
  @@ -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.
  
  
  
  1.19      +1 -1      httpd-2.0/modules/experimental/config.m4
  
  Index: config.m4
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/experimental/config.m4,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- config.m4	14 Dec 2001 02:48:23 -0000	1.18
  +++ config.m4	6 Jan 2002 00:44:22 -0000	1.19
  @@ -59,7 +59,7 @@
         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])