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

Re: [PATCH] Re: svn commit: r29493

From: David Glasser <glasser_at_davidglasser.net>
Date: Thu, 21 Feb 2008 20:16:12 -0500

Bikeshedding, but the term "loadable" is so vague. Why not
--enable-runtime-module-search?

--dave

On Thu, Feb 21, 2008 at 8:07 PM, Peter Samuelson <peter_at_p12n.org> wrote:
>
> [epg_at_tigris.org]
> > Log:
> > Don't try to load DSOs unless configured with --enable-loadable-ra-modules.
>
> Someone forgot to change --enable-dso to --enable-loadable-ra-modules -
> only the help text was changed, not the option. Also, wasn't there
> talk of renaming it to --enable-loadable-modules, since it's also about
> FS modules now?
> --
> Peter Samuelson | org-tld!p12n!peter | http://p12n.org/
>
> [[[
> * configure.ac (--enable-dso): Rename to --enable-loadable-modules;
> update help text to mention both RA and FS modules. The internal
> state variable is still $enable_dso.
> ]]]
>
> Index: configure.ac
> ===================================================================
> --- configure.ac (revisione 29494)
> +++ configure.ac (copia locale)
> @@ -592,15 +592,15 @@
>
> SVN_CHECK_SWIG
>
> -dnl decide whether we want to link against the RA libraries
> -AC_ARG_ENABLE(dso,
> -AS_HELP_STRING([--enable-loadable-ra-modules],
> - [Turn on DSO loading of RA libraries]),
> +dnl decide whether to link to RA / FS modules, or to load them at runtime
> +AC_ARG_ENABLE(loadable-modules,
> +AS_HELP_STRING([--enable-loadable-modules],
> + [Turn on DSO loading of RA and FS libraries]),
> [
> if test "$enableval" = "yes"; then
> enable_dso=yes
> if test "$enable_shared" = "no"; then
> - AC_MSG_ERROR([--enable-loadable-ra-modules conflicts with --disable-shared])
> + AC_MSG_ERROR([--enable-loadable-modules conflicts with --disable-shared])
> fi
> AC_DEFINE(SVN_USE_DSO, 1,
> [Defined if svn should try to load DSOs])
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.6 (GNU/Linux)
>
> iD8DBQFHviBoXk7sIRPQRh0RAsN9AJ9fQOS+Unu4jUoNrLYswB2PpLwPtwCcDlfO
> nGbtG83BPzbnaKLDAwjDH7w=
> =ZJMy
> -----END PGP SIGNATURE-----
>
>

-- 
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-22 02:16:22 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.