]> granicus.if.org Git - apache/commitdiff
Um, that should have been a 'no' - you should have to explicitly enable
authorJustin Erenkrantz <jerenkrantz@apache.org>
Mon, 6 Jan 2003 18:42:50 +0000 (18:42 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Mon, 6 Jan 2003 18:42:50 +0000 (18:42 +0000)
mod_dav_lock not always include it whenever mod_dav is built.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98186 13f79535-47bb-0310-9956-ffa450edef68

modules/dav/lock/config6.m4

index cd3997092f14d3e2258a668960ae85fdd0977e90..bc35ee3c038e31b7de64221865a2ccca32771d6b 100644 (file)
@@ -4,12 +4,6 @@ APACHE_MODPATH_INIT(dav/lock)
 
 dav_lock_objects="mod_dav_lock.lo locks.lo"
 
-if test "x$enable_dav" != "x"; then
-  dav_lock_enable=$enable_dav
-else
-  dav_lock_enable=$dav_enable
-fi
-
 case "$host" in
   *os2*)
     # OS/2 DLLs must resolve all symbols at build time
@@ -18,6 +12,6 @@ case "$host" in
     ;;
 esac
 
-APACHE_MODULE(dav_lock, DAV provider for generic locking, $dav_lock_objects, , $dav_lock_enable)
+APACHE_MODULE(dav_lock, DAV provider for generic locking, $dav_lock_objects, , no)
 
 APACHE_MODPATH_FINISH