summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index a9ea6b2..f987515 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,10 +26,10 @@ if test "x$have_guile_email" != "xyes"; then
AC_MSG_ERROR([guile-email is missing; please install it.])
fi
-GUILE_MODULE_AVAILABLE([have_fibers], [(fibers web server)])
-if test "x$have_fibers" != "xyes"; then
- AC_MSG_ERROR([Guile fibers 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.])
+dnl fi
AC_PATH_PROG([MUMIMU], [mumimu])