You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jf...@apache.org on 2004/08/18 18:32:27 UTC

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

jfclere     2004/08/18 09:32:27

  Modified:    modules/proxy config.m4
  Log:
  The ajp subdirectory does not exist so we don't need it in the includes.
  The mod_proxy_ajp.dsp also refers to source files in .\ajp but that looks to
  be a generate file; someone with the right have to arrange it.
  
  Revision  Changes    Path
  1.20      +0 -4      httpd-2.0/modules/proxy/config.m4
  
  Index: config.m4
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/proxy/config.m4,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- config.m4	11 Aug 2004 22:52:46 -0000	1.19
  +++ config.m4	18 Aug 2004 16:32:27 -0000	1.20
  @@ -39,8 +39,4 @@
   
   APACHE_MODULE(proxy_ajp, Apache proxy AJP module, $proxy_ajp_objs, , no)
   
  -if test "$proxy_ajp_enable" != "no" -o "$enable_proxy_ajp" != "no"; then
  -  APR_ADDTO(INCLUDES, [-I\$(top_srcdir)/$modpath_current/ajp])
  -fi
  -
   APACHE_MODPATH_FINISH