Author: philip
Date: Fri Mar 28 17:17:16 2014
New Revision: 1582836
URL: http://svn.apache.org/r1582836
Log:
* subversion/tests/cmdline/davautocheck.sh: Remove references to
--enable-dso which is no longer supported.
Modified:
subversion/trunk/subversion/tests/cmdline/davautocheck.sh
Modified: subversion/trunk/subversion/tests/cmdline/davautocheck.sh
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/davautocheck.sh?rev=1582836&r1=1582835&r2=1582836&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/davautocheck.sh (original)
+++ subversion/trunk/subversion/tests/cmdline/davautocheck.sh Fri Mar 28
17:17:16 2014
@@ -25,7 +25,7 @@
# This script simplifies preparation of environment for Subversion client
# communicating with a server via DAV protocol. The prerequisites of such
# testing are:
-# - Subversion built using --enable-shared --enable-dso --with-apxs options,
+# - Subversion built using --enable-shared --with-apxs options,
# - Working Apache 2 HTTPD Server with the apxs program reachable through
# PATH or specified via the APXS Makefile variable or environment variable,
# - Modules dav_module and log_config_module compiled as DSO or built into
@@ -232,11 +232,11 @@ else
fi
[ -r "$MOD_DAV_SVN" ] \
- || fail "dav_svn_module not found, please use '--enable-shared --enable-dso
--with-apxs' with your 'configure' script"
+ || fail "dav_svn_module not found, please use '--enable-shared --with-apxs'
with your 'configure' script"
[ -r "$MOD_AUTHZ_SVN" ] \
- || fail "authz_svn_module not found, please use '--enable-shared
--enable-dso --with-apxs' with your 'configure' script"
+ || fail "authz_svn_module not found, please use '--enable-shared
--with-apxs' with your 'configure' script"
[ -r "$MOD_DONTDOTHAT" ] \
- || fail "dontdothat_module not found, please use '--enable-shared
--enable-dso --with-apxs' with your 'configure' script"
+ || fail "dontdothat_module not found, please use '--enable-shared
--with-apxs' with your 'configure' script"
for d in "$ABS_BUILDDIR"/subversion/*/.libs; do
if [ -z "$BUILDDIR_LIBRARY_PATH" ]; then