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:
1b313d3
)
configure: Check for presence of Guile-Sqlite3.
author
Ricardo Wurmus
<rekado@elephly.net>
Thu, 12 Mar 2020 07:27:55 +0000
(08:27 +0100)
committer
Ricardo Wurmus
<rekado@elephly.net>
Thu, 12 Mar 2020 07:27:55 +0000
(08:27 +0100)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 6b25f63347d80ac9f2c1f1a295731dd4a4a82586..8ab28eae4d57250daa6ec62c485f2ad8ee13184c 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-26,6
+26,11
@@
if test "x$have_guile_email" != "xyes"; then
AC_MSG_ERROR([guile-email is missing; please install it.])
fi
+GUILE_MODULE_AVAILABLE([have_guile_sqlite3], [(sqlite3)])
+if test "x$have_guile_sqlite3" != "xyes"; then
+ AC_MSG_ERROR([Guile-Sqlite3 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.])