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/06/28 13:42:39 UTC

cvs commit: apache-2.0/src/modules/dav/main config.m4

gstein      00/06/28 04:42:38

  Modified:    src/modules/dav/main config.m4
  Log:
  turn this off for now; the stuff compiles but doesn't link...
  
  Revision  Changes    Path
  1.2       +1 -1      apache-2.0/src/modules/dav/main/config.m4
  
  Index: config.m4
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/modules/dav/main/config.m4,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- config.m4	2000/06/28 09:49:11	1.1
  +++ config.m4	2000/06/28 11:42:36	1.2
  @@ -2,6 +2,6 @@
   
   APACHE_MODPATH_INIT(dav/main)
   
  -APACHE_MODULE(dav, WebDAV protocol handling, , , yes)
  +APACHE_MODULE(dav, WebDAV protocol handling, , , no)
   
   APACHE_MODPATH_FINISH