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