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 1be10ad..4323a23 100644 --- a/configure.ac +++ b/configure.ac @@ -51,6 +51,11 @@ if test "x$have_guile_webutils" != "xyes"; then AC_MSG_ERROR([Guile Webutils is missing; please install it.]) fi +GUILE_MODULE_AVAILABLE([have_guile_xapian], [(xapian xapian)]) +if test "x$have_guile_xapian" != "xyes"; then + AC_MSG_ERROR([Guile Xapian is missing; please install it.]) +fi + dnl GUILE_MODULE_AVAILABLE([have_fibers], [(fibers web server)]) dnl if test "x$have_fibers" != "xyes"; then |