summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2020-02-29 08:46:22 +0100
committerRicardo Wurmus <rekado@elephly.net>2020-02-29 08:46:22 +0100
commitf5e114a19193bd9587c92b4dcc29d790135fa130 (patch)
treea9d97abb198e7fe6b78d6d48a6a084d78ab379fd /configure.ac
parent65e4f4d79fd67d2a17d4b80cbe2139ab9a94d3c1 (diff)
configure: Don't ask for fibers.
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])