summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
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.])