You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ar...@apache.org on 2011/04/01 18:18:43 UTC

svn commit: r1087784 - /subversion/trunk/configure.ac

Author: arfrever
Date: Fri Apr  1 16:18:43 2011
New Revision: 1087784

URL: http://svn.apache.org/viewvc?rev=1087784&view=rev
Log:
* configure.ac
  (local-library-preloading): Update description. Interference with installation
   has been fixed in r1087779.

Modified:
    subversion/trunk/configure.ac

Modified: subversion/trunk/configure.ac
URL: http://svn.apache.org/viewvc/subversion/trunk/configure.ac?rev=1087784&r1=1087783&r2=1087784&view=diff
==============================================================================
--- subversion/trunk/configure.ac (original)
+++ subversion/trunk/configure.ac Fri Apr  1 16:18:43 2011
@@ -271,10 +271,8 @@ AC_ARG_ENABLE(local-library-preloading,
   AS_HELP_STRING([--enable-local-library-preloading], 
                  [Enable preloading of locally built libraries in locally
                   built executables.  This may be necessary for testing
-                  prior to installation on some platforms.  It doesn't work
-                  on some platforms (Darwin, OpenBSD, ...) and on platforms
-                  where it does work (Linux, ...) it may interfere with the
-                  installation process.]),
+                  prior to installation on some platforms.  It does not
+                  work on some platforms (Darwin, OpenBSD, ...).]),
   [
   if test "$enableval" != "no"; then
     if test "$svn_enable_shared" = "yes"; then