diff --git a/smtpd/table.c b/smtpd/table.c
index c18256a3..12f2e0e6 100644
--- a/smtpd/table.c
+++ b/smtpd/table.c
@@ -63,7 +63,9 @@ static unsigned int last_table_id = 0;
 
 static struct table_backend *backends[] = {
        &table_backend_static,
+#ifdef HAVE_DB_API
        &table_backend_db,
+#endif
        &table_backend_getpwnam,
        &table_backend_proc,
        NULL

-- 
You received this mail because you are subscribed to misc@opensmtpd.org
To unsubscribe, send a mail to: misc+unsubscr...@opensmtpd.org

Reply via email to