From dcb33b50435c4aae226e9f5cb8dc6b00c6c74905 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sun, 5 Apr 2020 14:04:22 +0200 Subject: Depend on Guile Gcrypt. --- configure.ac | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 2152ca9..e515de1 100644 --- a/configure.ac +++ b/configure.ac @@ -36,6 +36,11 @@ if test "x$have_mailutils" != "xyes"; then AC_MSG_ERROR([Mailutils is missing; please install it.]) fi +GUILE_MODULE_AVAILABLE([have_gcrypt], [(gcrypt base64)]) +if test "x$have_gcrypt" != "xyes"; then + AC_MSG_ERROR([Guile Gcrypt is missing; please install it.]) +fi + dnl GUILE_MODULE_AVAILABLE([have_fibers], [(fibers web server)]) dnl if test "x$have_fibers" != "xyes"; then dnl AC_MSG_ERROR([Guile fibers is missing; please install it.]) -- cgit v1.2.3