On Fri, Nov 06, 2009 at 04:27:59AM +0100, Matthias Bolte wrote:
* configure.in: add -L$libssh2_path to LIBS for the AC_TRY_LINK
check
---
configure.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.in b/configure.in
index 7afbc7c..7ad1a90 100644
--- a/configure.in
+++ b/configure.in
@@ -977,7 +977,7 @@ if test "$with_phyp" = "check"; then
if test "$with_phyp" != "no"; then
saved_libs="$LIBS"
- LIBS="$LIBS -lssh2"
+ LIBS="$LIBS -L$libssh2_path -lssh2"
AC_TRY_LINK([#include <libssh2.h>], [
(void) libssh2_session_block_directions(NULL);
], [
ACK,
Daniel
--
Daniel Veillard | libxml Gnome XML XSLT toolkit
http://xmlsoft.org/
daniel(a)veillard.com | Rpmfind RPM search engine
http://rpmfind.net/
http://veillard.com/ | virtualization library
http://libvirt.org/