Return-Path: Delivered-To: apmail-new-httpd-archive@apache.org Received: (qmail 21111 invoked by uid 500); 6 Feb 2001 23:38:02 -0000 Mailing-List: contact new-httpd-help@apache.org; run by ezmlm Precedence: bulk Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list new-httpd@apache.org Received: (qmail 21086 invoked from network); 6 Feb 2001 23:37:58 -0000 X-Authentication-Warning: kurgan.lyra.org: gstein set sender to gstein@lyra.org using -f Date: Tue, 6 Feb 2001 15:39:41 -0800 From: Greg Stein To: new-httpd@apache.org Subject: Re: cvs commit: httpd-2.0/modules/dav/fs config.m4 Message-ID: <20010206153941.E26044@lyra.org> Mail-Followup-To: new-httpd@apache.org References: <20010206141538.42150.qmail@apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20010206141538.42150.qmail@apache.org>; from martin@apache.org on Tue, Feb 06, 2001 at 02:15:38PM -0000 X-URL: http://www.lyra.org/greg/ X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N 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/