From: Greg Stein Date: Fri, 18 May 2001 20:27:45 +0000 (+0000) Subject: Make mod_dav_fs mirror whatever mod_dav was enabled with (static or shared) X-Git-Tag: 2.0.19~218 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4a156811529932dd4c8050cdd24599a8850aa181;p=apache Make mod_dav_fs mirror whatever mod_dav was enabled with (static or shared) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89161 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/dav/fs/config6.m4 b/modules/dav/fs/config6.m4 index ca1153aed3..ce08405cee 100644 --- a/modules/dav/fs/config6.m4 +++ b/modules/dav/fs/config6.m4 @@ -7,7 +7,7 @@ dav_fs_objects="mod_dav_fs.lo dbm.lo lock.lo repos.lo" if test "$enable_dav" = "no"; then dav_fs_enable=no else - dav_fs_enable=yes + dav_fs_enable="$enable_dav" fi APACHE_MODULE(dav_fs, DAV provider for the filesystem, $dav_fs_objects, , $dav_fs_enable)