From 4e6103751569dd5bbd8eac2050576687b5d44f0d Mon Sep 17 00:00:00 2001 From: Ben Kibbey Date: Sat, 5 Jan 2013 19:00:54 -0500 Subject: [PATCH] Require libssh2 v1.2.9. This version adds socket timeout support. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ea4ad705..f33ac406 100644 --- a/configure.ac +++ b/configure.ac @@ -140,7 +140,7 @@ if test "x$WITH_SSH" = "xyes"; then WITH_SSH=no if test $have_libssh2; then - PKG_CHECK_MODULES([libssh2], [libssh2 >= 1.2.8]) + PKG_CHECK_MODULES([libssh2], [libssh2 >= 1.2.9]) AC_DEFINE(WITH_SSH, 1, [Define if you want SSH support.]) WITH_SSH=yes else -- 2.11.4.GIT