mirror of
https://github.com/tmate-io/tmate.git
synced 2024-11-26 10:03:08 +01:00
configure: Require libssh >= 0.8.4
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
parent
b645ce15cb
commit
b01c6ecebd
@ -214,7 +214,7 @@ fi
|
|||||||
|
|
||||||
PKG_CHECK_MODULES(
|
PKG_CHECK_MODULES(
|
||||||
LIBSSH,
|
LIBSSH,
|
||||||
libssh >= 0.6.0,
|
libssh >= 0.8.4,
|
||||||
[
|
[
|
||||||
CPPFLAGS="$LIBSSH_CFLAGS $CPPFLAGS"
|
CPPFLAGS="$LIBSSH_CFLAGS $CPPFLAGS"
|
||||||
LIBS="$LIBSSH_LIBS $LIBS"
|
LIBS="$LIBSSH_LIBS $LIBS"
|
||||||
@ -223,7 +223,7 @@ PKG_CHECK_MODULES(
|
|||||||
found_libssh=no
|
found_libssh=no
|
||||||
)
|
)
|
||||||
if test "x$found_libssh" = xno; then
|
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
|
fi
|
||||||
|
|
||||||
# Check for b64_ntop.
|
# Check for b64_ntop.
|
||||||
|
Loading…
Reference in New Issue
Block a user