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

Re: svn commit: r29437 - trunk

From: David Glasser <glasser_at_davidglasser.net>
Date: Tue, 19 Feb 2008 18:43:59 -0800

While admittedly this change is consistent with the current help
string, both are misleading: this controls both RA and FS modules.

(And for a less important bikeshed, perhaps --enable-separately-built-modules?)

--dave

On Feb 19, 2008 6:32 PM, <jerenkrantz_at_tigris.org> wrote:
> Author: jerenkrantz
> Date: Tue Feb 19 18:32:52 2008
> New Revision: 29437
>
> Log:
> Truth in advertising. Rename --enable-dso to --enable-loadable-ra-modules to
> avoid confusion over overloaded term of 'dso' and give an explicit hint what
> this means in the name.
>
> * configure.ac
> (--enable-dso): Rename to..
> (--enable-loadable-ra-modules): this.
>
>
> Modified:
> trunk/configure.ac
>
> Modified: trunk/configure.ac
> URL: http://svn.collab.net/viewvc/svn/trunk/configure.ac?pathrev=29437&r1=29436&r2=29437
> ==============================================================================
> --- trunk/configure.ac (original)
> +++ trunk/configure.ac Tue Feb 19 18:32:52 2008
> @@ -594,12 +594,13 @@
>
> dnl decide whether we want to link against the RA libraries
> AC_ARG_ENABLE(dso,
> -AS_HELP_STRING([--enable-dso], [Turn on DSO loading of RA libraries]),
> +AS_HELP_STRING([--enable-loadable-ra-modules],
> + [Turn on DSO loading of RA libraries]),
> [
> if test "$enableval" = "yes"; then
> enable_dso=yes
> if test "$enable_shared" = "no"; then
> - AC_MSG_ERROR([--enable-dso conflicts with --disable-shared])
> + AC_MSG_ERROR([--enable-loadable-ra-modules conflicts with --disable-shared])
> fi
> fi
> ])
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: svn-unsubscribe_at_subversion.tigris.org
> For additional commands, e-mail: svn-help_at_subversion.tigris.org
>
>

-- 
David Glasser | glasser@davidglasser.net | http://www.davidglasser.net/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-02-20 03:44:10 CET

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.