On Mon, Feb 14, 2005 at 08:53:44AM -0500, Geoffrey Young wrote: > looks ok to me, though it means that in addition to > > have_module('mod_rewrite.c'); > have_module('mod_rewrite'); > > working > > have_module('rewrite'); > have_module('rewrite.c'); > > will also work. hopefully that is intuitive instead of confusing :)
Indeed! OK thanks, committed that.