Fix subversion library detection on multiarch

(cherry picked from commit 45290cb5de)
v3.5.13-sru
Timothy Pearson 14 years ago committed by Slávek Banko
parent 615754c7b6
commit 3000d0c09d

@ -95,7 +95,8 @@ if test "x$with_subversion" != xno; then
AC_MSG_RESULT([not found])
SVN_SUBDIR=
fi
SVN_LIBS="/usr/local/lib /usr/lib /usr/lib64"
SVN_MULTIARCH_LIBS="`find /usr/lib/ -maxdepth 1 -type d | xargs echo`"
SVN_LIBS="/usr/local/lib /usr/lib /usr/lib64 $SVN_MULTIARCH_LIBS"
AC_ARG_WITH(svn-lib,
[[ --with-svn-lib=DIR Use the given path to the subversion libraries.]],
[

Loading…
Cancel
Save