summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2019-03-20 19:12:33 +0100
committerNicolas Viennot <nicolas@viennot.biz>2019-04-07 10:30:41 -0400
commitb01c6ecebde69726b330c3d2c5ba0fa757dc6447 (patch)
tree128b236c4f19728c8bdf6167de0bc218ced98690
parentb645ce15cb1b64183a002e82112f2ac4830cd693 (diff)
configure: Require libssh >= 0.8.4
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 05c1c482..8c6c5b98 100644
--- a/configure.ac
+++ b/configure.ac
@@ -214,7 +214,7 @@ fi
PKG_CHECK_MODULES(
LIBSSH,
- libssh >= 0.6.0,
+ libssh >= 0.8.4,
[
CPPFLAGS="$LIBSSH_CFLAGS $CPPFLAGS"
LIBS="$LIBSSH_LIBS $LIBS"
@@ -223,7 +223,7 @@ PKG_CHECK_MODULES(
found_libssh=no
)
if test "x$found_libssh" = xno; then
- AC_MSG_ERROR("libssh >= 0.6.0 not found")
+ AC_MSG_ERROR("libssh >= 0.8.4 not found")
fi
# Check for b64_ntop.