[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] Add option to configure to disable module activation

From: Jon Middleton <jjm_at_ixtab.org.uk>
Date: 2002-08-02 21:18:31 CEST

On Thu, Aug 01, 2002 at 10:09:54AM +0200, brane@xbc.nu wrote:
> Jon Middleton wrote:
>
> The help message should describe the expected usage, not the default
> value. You'll almost never pass --enable-mod-activation, because that's
> the default. You will use --disable-mod-activation, though. So this
> should be:
>
> --disable-mod-activation Do not enable mod_dav_svn in httpd.conf

That is a lot better, I've changed the help string.
 
> >+[
> >+ if test "$enableval" = "no" ; then
> >+ MOD_ACTIVATION=""
> >+ AC_MSG_NOTICE([Disabling apache module activation])
> >+ mod_activation=no
> >
>
> What's this for? Is mod_activation (lowercase name) used anywhere?

This is a leftover from the my first attempt at adding the
option. I've removed it and reposted a revised patch.

-- 
Jon
"First things first -- but not necessarily in that order"
                -- The Doctor, "Doctor Who"		

  • application/pgp-signature attachment: stored
Received on Fri Aug 2 21:19:03 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.