added gnutls to configure.ac

This commit is contained in:
kitzman 2021-08-27 03:50:27 +03:00
parent 854486b170
commit 4150cd3f52
Signed by: kitzman
GPG Key ID: 83289D84AA7C9A54
1 changed files with 6 additions and 0 deletions

View File

@ -35,4 +35,10 @@ guileobjectdir="${libdir}/guile/$GUILE_EFFECTIVE_VERSION/site-ccache"
AC_SUBST([guilemoduledir])
AC_SUBST([guileobjectdir])
dnl Project dependencies
GUILE_MODULE_AVAILABLE([have_gnutls], [(gnutls)])
if test "x$have_gnutls" != "xyes"; then
AC_MSG_ERROR([The Guile bindings of GnuTLS are missing; please install them.])
fi
AC_OUTPUT