Index: configure.ac =================================================================== --- configure.ac (revision 29638) +++ configure.ac (working copy) @@ -598,7 +598,7 @@ [Turn on dynamic loading of RA/FS libraries]), [ if test "$enableval" = "yes"; then - enable_dso=yes + use_dso=yes if test "$enable_shared" = "no"; then AC_MSG_ERROR([--enable-runtime-module-search conflicts with --disable-shared]) fi @@ -607,7 +607,7 @@ fi ]) -if test "$enable_shared" = "no" || test "$enable_dso" != "yes"; then +if test "$enable_shared" = "no" || test "$use_dso" != "yes"; then ### We want ra_local first to handle the following scenario: ### user has neon and db3 in /usr/local, and db4 in ### /usr/local/BerkeleyDB.4.0. If libsvn_ra_neon.la comes before