]> git.pld-linux.org Git - packages/tomoe.git/blame - tomoe-svn-libs.patch
- fix building with automake 1.13
[packages/tomoe.git] / tomoe-svn-libs.patch
CommitLineData
ad34972e
JR
1--- tomoe-0.6.0/macros/svn.m4~ 2007-05-07 06:06:54.000000000 +0200
2+++ tomoe-0.6.0/macros/svn.m4 2011-07-21 14:46:32.128541432 +0200
3@@ -26,10 +26,12 @@
4 [Use the given path to the subversion libraries.]),
5 [if test "$withval" != "yes" -a "$withval" != ""; then
6 SVN_LIBS=$withval
7+ else
8+ SVN_LIBS=$svn_libs
9 fi])
10 AC_MSG_CHECKING([for Subversion libraries])
11 svn_lib=""
12-for value in $svn_libs ; do
13+for value in $SVN_LIBS ; do
14 if ls $value/libsvn_client-1.* >/dev/null 2>&1; then
15 svn_lib=$value
16 break
This page took 0.076721 seconds and 4 git commands to generate.