summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2020-05-10 17:23:32 +0200
committerRicardo Wurmus <rekado@elephly.net>2020-05-10 17:23:43 +0200
commit74ac122b7728970d12cfe58758ec28063b7f181b (patch)
treedea7de3bc2c4c05a8b8b932ec26a0d629da12a38 /configure.ac
parent0240c9f0005f09cf7f396cdc91633d8246f054b5 (diff)
Goodbye, Guile-Debbugs!0.0.1
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 47753e5..bdf2a42 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,11 +16,6 @@ if test "x$have_json" != "xyes"; then
AC_MSG_ERROR([Guile-JSON is missing; please install it.])
fi
-GUILE_MODULE_AVAILABLE([have_guile_debbugs], [(debbugs soap)])
-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.])