diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-05-13 11:55:50 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-05-13 11:56:49 +0200 |
commit | 4f4bfa10eb9576bf66d8abd6d8b79eed3dce3976 (patch) | |
tree | 3bedf91fa5c594812b31b5b571ba1032f4cbe1d6 /configure.ac | |
parent | 82cbe9c1a304ea53b16cb1c3e4b396eb4efa98fc (diff) |
Goodbye, SQLite!
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index bdf2a42..74e937c 100644 --- a/configure.ac +++ b/configure.ac @@ -21,11 +21,6 @@ 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 - GUILE_MODULE_AVAILABLE([have_mailutils], [(mailutils mailutils)]) if test "x$have_mailutils" != "xyes"; then AC_MSG_ERROR([Mailutils is missing; please install it.]) |