diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index a4dbdcf..2442982 100644 --- a/configure.ac +++ b/configure.ac @@ -21,6 +21,11 @@ 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 + guilemoduledir="${datarootdir}/guile/site/${GUILE_EFFECTIVE_VERSION}" AC_SUBST([guilemoduledir]) AC_SUBST([GUILE_EFFECTIVE_VERSION]) |