From: Greg Stein Date: Wed, 6 Dec 2000 08:07:44 +0000 (+0000) Subject: apache_need_sdbm is no longer applicable. clean it out. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=30d0b566cc444ed3e6ac74484505c7e6b94735db;p=apache apache_need_sdbm is no longer applicable. clean it out. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87232 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/dav/fs/config.m4 b/modules/dav/fs/config.m4 index 09b89d6393..f52a381619 100644 --- a/modules/dav/fs/config.m4 +++ b/modules/dav/fs/config.m4 @@ -8,8 +8,4 @@ dnl ### we want to default this based on whether dav is being used... 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