[PATCH] Re: svn commit: r29493
From: Peter Samuelson <peter_at_p12n.org>
Date: Thu, 21 Feb 2008 19:07:53 -0600
[epg_at_tigris.org]
Someone forgot to change --enable-dso to --enable-loadable-ra-modules -
-- 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])
|
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.