Add rudimentary multiarch search for svn

(cherry picked from commit fe2ac6eabc)
v3.5.13-sru
Timothy Pearson 12 years ago committed by Slávek Banko
parent 0fda229352
commit 887e999fe4

@ -118,7 +118,8 @@ else
SVN_SUBDIR=
dnl AC_MSG_ERROR([Subversion headers are required. Try --with-svn-include.])
fi
SVN_LIBS="/usr/local/lib /usr/lib /usr/lib64"
SVN_MULTIARCH_LIBS="/usr/lib/`uname -m`-linux-gnu"
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