Fix subversion library detection on multiarch

pull/1/head
Timothy Pearson 12 years ago
parent b5a7ac1003
commit 45290cb5de

@ -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