[anjuta] bgo#578438 – broken svn libraries detection in configure



commit 8cca7c536f3519bc48e277c08132dae1ade5921d
Author: Sébastien Granjoux <seb sfo free fr>
Date:   Mon Jun 29 22:05:30 2009 +0200

    bgo#578438 â?? broken svn libraries detection in configure

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index c15d81b..84d54b6 100644
--- a/configure.in
+++ b/configure.in
@@ -581,7 +581,7 @@ else
 		else
 				AC_MSG_RESULT([not found])
 		fi
-		SVN_LIBS="/usr/local/lib /usr/lib"
+		SVN_LIBS="/usr/local/lib64 /usr/local/lib /usr/lib64 /usr/lib"
 		AC_ARG_WITH(svn-lib,
 						[[  --with-svn-lib=DIR  Use the given path to the subversion libraries.]],
 						[



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]