From 1247e0c07f2b091727a281a5c4ee5e59984b3969 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Tue, 2 Oct 2018 01:57:24 +0530 Subject: Add guile-email dependency. * configure.ac: Check for guile-email. * guix.scm (guile-email): New variable. (mumi)[inputs]: Add guile-email. --- configure.ac | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 330b5f1..49bc04c 100644 --- a/configure.ac +++ b/configure.ac @@ -16,6 +16,11 @@ if test "x$have_guile_debbugs" != "xyes"; then AC_MSG_ERROR([Guile-Debbugs is missing; please install it.]) fi +GUILE_MODULE_AVAILABLE([have_guile_email], [(email email)]) +if test "x$have_guile_email" != "xyes"; then + AC_MSG_ERROR([guile-email is missing; please install it.]) +fi + GUILE_MODULE_AVAILABLE([have_mailutils], [(mailutils mailutils)]) if test "x$have_mailutils" != "xyes"; then AC_MSG_ERROR([Guile bindings to mailutils are missing; please install them.]) -- cgit v1.2.3