diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 3d38e73..b64550f 100644 --- a/configure.ac +++ b/configure.ac @@ -68,6 +68,11 @@ AC_CHECK_LIB( [], [AC_MSG_ERROR([mbedtls not found])]) AC_CHECK_LIB( + [ssh2], + [libssh2_init], + [], + [AC_MSG_ERROR([ssh2 not found])]) +AC_CHECK_LIB( [pthsem], [pth_init], [], |