From bdefccb8ee4a9d8050404940359922c2f32d3c1e Mon Sep 17 00:00:00 2001 From: Greg Stein Date: Tue, 6 Feb 2001 23:36:53 +0000 Subject: [PATCH] Back out previous change. dav/main/config.m4 adds its directory the the INCLUDES variable. No need to do it yet again. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88002 13f79535-47bb-0310-9956-ffa450edef68 --- modules/dav/fs/config.m4 | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/dav/fs/config.m4 b/modules/dav/fs/config.m4 index 6d7874f8fc..f52a381619 100644 --- a/modules/dav/fs/config.m4 +++ b/modules/dav/fs/config.m4 @@ -4,8 +4,6 @@ APACHE_MODPATH_INIT(dav/fs) dav_fs_objects="mod_dav_fs.lo dbm.lo lock.lo repos.lo" -CFLAGS="$CFLAGS -I../main" - 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) -- 2.50.1