diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-11-09 22:35:47 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-11-09 22:35:47 +0100 |
commit | 1aaf987dca57976da0c630f207a18a90dd0979c4 (patch) | |
tree | dc6439176a3af035d840c794588a67ec4b7c7f81 /configure.ac | |
parent | e05a0fb47a2b783ab9497e87df13b1f1a27e7cc3 (diff) |
Remove dependency on mailutils.
* configure.ac: Remove check for mailutils.
* guix.scm (mailutils-next): Remove variable.
* mumi/message.scm (qp-decoder): Remove procedure.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index 49bc04c..a4dbdcf 100644 --- a/configure.ac +++ b/configure.ac @@ -21,11 +21,6 @@ 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.]) -fi - guilemoduledir="${datarootdir}/guile/site/${GUILE_EFFECTIVE_VERSION}" AC_SUBST([guilemoduledir]) AC_SUBST([GUILE_EFFECTIVE_VERSION]) |