aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Timber <mieabby@gmail.com>2020-09-18 00:39:10 +0930
committerDavid Timber <mieabby@gmail.com>2020-09-18 00:39:10 +0930
commit54166c46f32555532dc3c0e922fe6a591cb74128 (patch)
treedee32ffb8a15365cc2800f6c2cbc3520ef56324e /configure.ac
parente6953dcb47193746a4f4d9fff0193723fadbb3e6 (diff)
* Impl: bne
* Add prne_index_nybin()
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
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],
[],