You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by gs...@locus.apache.org on 2000/12/06 09:07:45 UTC

cvs commit: httpd-2.0/modules/dav/fs config.m4

gstein      00/12/06 00:07:44

  Modified:    modules/dav/fs config.m4
  Log:
  apache_need_sdbm is no longer applicable. clean it out.
  
  Revision  Changes    Path
  1.6       +0 -4      httpd-2.0/modules/dav/fs/config.m4
  
  Index: config.m4
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/dav/fs/config.m4,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -u -r1.5 -r1.6
  --- config.m4	2000/07/12 10:58:18	1.5
  +++ config.m4	2000/12/06 08:07:44	1.6
  @@ -8,8 +8,4 @@
   dnl ### but there is no ordering to the config.m4 files right now...
   APACHE_MODULE(dav_fs, DAV provider for the filesystem, $dav_fs_objects, , no)
   
  -if test "$enable_dav_fs" = "yes"; then
  -  apache_need_sdbm=yes
  -fi
  -
   APACHE_MODPATH_FINISH