configure: check for libssh2_init and libssh2_exit

This commit is contained in:
Daniel Stenberg 2010-04-25 23:06:41 +02:00
parent 82e9b78a38
commit 6be508dcc2
1 changed files with 2 additions and 1 deletions

View File

@ -1889,7 +1889,8 @@ if test X"$OPT_LIBSSH2" != Xno; then
dnl to prevent further configure tests to fail due to this
dnl libssh2_version is a post 1.0 addition
AC_CHECK_FUNCS( libssh2_version )
dnl libssh2_init and libssh2_exit were added in 1.2.5
AC_CHECK_FUNCS( libssh2_version libssh2_init libssh2_exit)
LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$DIR_SSH2"
export LD_LIBRARY_PATH