From: Ricardo Wurmus Date: Sat, 29 Feb 2020 07:46:22 +0000 (+0100) Subject: configure: Don't ask for fibers. X-Git-Tag: 0.0.1~206 X-Git-Url: https://git.elephly.net/?p=software%2Fmumi.git;a=commitdiff_plain;h=f5e114a19193bd9587c92b4dcc29d790135fa130 configure: Don't ask for fibers. --- 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])