]> git.pld-linux.org Git - packages/tomoe.git/blob - tomoe-svn-libs.patch
- release 18 (by relup.sh)
[packages/tomoe.git] / tomoe-svn-libs.patch
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.450868 seconds and 3 git commands to generate.