projects
/
software
/
mumi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
65e4f4d
)
configure: Don't ask for fibers.
author
Ricardo Wurmus
<rekado@elephly.net>
Sat, 29 Feb 2020 07:46:22 +0000
(08:46 +0100)
committer
Ricardo Wurmus
<rekado@elephly.net>
Sat, 29 Feb 2020 07:46:22 +0000
(08:46 +0100)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index a9ea6b2c5ac278913533fd445805f66a1c7bccaa..f9875155a85efd38a422aaf7f4a904a57f66955d 100644
(file)
--- 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
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])
AC_PATH_PROG([MUMIMU], [mumimu])