You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Greg Stein <gs...@lyra.org> on 2001/02/07 00:39:41 UTC

Re: cvs commit: httpd-2.0/modules/dav/fs config.m4

I've back this change out. dav/main/config.m4 does the necessary work. The
change below shouldn't be needed. If dav/fs isn't find the mod_dav.h header,
then something else is going wrong...

Cheers,
-g

On Tue, Feb 06, 2001 at 02:15:38PM -0000, martin@apache.org wrote:
> martin      01/02/06 06:15:38
> 
>   Modified:    modules/dav/fs config.m4
>   Log:
>   Fix for dav/fs to find the mod_dav.h ionclude file
>   Submitted by:	jfrederic.clere@fujitsu-siemens.com
>   
>   Revision  Changes    Path
>   1.7       +2 -0      httpd-2.0/modules/dav/fs/config.m4
>   
>   Index: config.m4
>   ===================================================================
>   RCS file: /home/cvs/httpd-2.0/modules/dav/fs/config.m4,v
>   retrieving revision 1.6
>   retrieving revision 1.7
>   diff -u -u -r1.6 -r1.7
>   --- config.m4	2000/12/06 08:07:44	1.6
>   +++ config.m4	2001/02/06 14:15:38	1.7
>   @@ -4,6 +4,8 @@
>    
>    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)
>   
>   
>   

-- 
Greg Stein, http://www.lyra.org/