You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2001/08/23 21:37:23 UTC

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

trawick     01/08/23 12:37:23

  Modified:    modules/experimental config.m4
  Log:
  at least try to compile all the parts of mod_cache when it is
  requested
  
  Revision  Changes    Path
  1.12      +7 -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.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- config.m4	2001/05/22 20:40:55	1.11
  +++ config.m4	2001/08/23 19:37:23	1.12
  @@ -2,7 +2,13 @@
   APACHE_MODPATH_INIT(experimental)
   
   APACHE_MODULE(charset_lite, character set translation, , , no)
  -APACHE_MODULE(cache, dynamic file caching, , , no)
  +dnl #  list of object files for mod_cache
  +cache_objs="dnl
  +mod_cache.lo dnl
  +cache_storage.lo dnl
  +cache_util.lo dnl
  +" 
  +APACHE_MODULE(cache, dynamic file caching, $cache_objs, , no)
   APACHE_MODULE(disk_cache, disk caching module, , , no)
   APACHE_MODULE(example, example and demo module, , , no)
   APACHE_MODULE(ext_filter, external filter module, , , no)