]> git.notmuchmail.org Git - notmuch/blobdiff - lib/built-with.c
lib: add built_with handling for XAPIAN_DB_RETRY_LOCK
[notmuch] / lib / built-with.c
index 635ed3b39f52557f9110a78a9f101faa21868e41..2f1f0b5c1bf33237ec6aca7a44d83f84f515e223 100644 (file)
@@ -28,6 +28,8 @@ notmuch_built_with (const char *name)
        return HAVE_XAPIAN_COMPACT;
     } else if (STRNCMP_LITERAL (name, "field_processor") == 0) {
        return HAVE_XAPIAN_FIELD_PROCESSOR;
+    } else if (STRNCMP_LITERAL (name, "retry_lock") == 0) {
+       return HAVE_XAPIAN_DB_RETRY_LOCK;
     } else {
        return FALSE;
     }