You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by or...@apache.org on 2001/08/01 03:34:28 UTC

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

orlikowski    01/07/31 18:34:28

  Modified:    modules/dav/fs config6.m4
  Log:
  Do this the traditional/correct way.
  
  Revision  Changes    Path
  1.5       +1 -1      httpd-2.0/modules/dav/fs/config6.m4
  
  Index: config6.m4
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/dav/fs/config6.m4,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- config6.m4	2001/07/31 19:21:51	1.4
  +++ config6.m4	2001/08/01 01:34:28	1.5
  @@ -4,7 +4,7 @@
   
   dav_fs_objects="mod_dav_fs.lo dbm.lo lock.lo repos.lo"
   
  -if test "$enable_dav" != ""; then
  +if test "x$enable_dav" != "x"; then
     dav_fs_enable=$enable_dav
   else
     dav_fs_enable=$dav_enable