Fix subversion library detection on multiarch

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

@ -95,7 +95,8 @@ if test "x$with_subversion" != xno; then
AC_MSG_RESULT([not found]) AC_MSG_RESULT([not found])
SVN_SUBDIR= SVN_SUBDIR=
fi 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, AC_ARG_WITH(svn-lib,
[[ --with-svn-lib=DIR Use the given path to the subversion libraries.]], [[ --with-svn-lib=DIR Use the given path to the subversion libraries.]],
[ [

Loading…
Cancel
Save