Commit 68b8d099 authored by Greg Stein's avatar Greg Stein
Browse files

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
parent 3b9cb01f
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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)