]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-config.c
lib: add built_with handling for XAPIAN_DB_RETRY_LOCK
[notmuch] / notmuch-config.c
index de9a8a41bc3a625e32d14ade4b02418055086db3..e5d42a0cbfd505ed9f1ba5b6984251a7324a3061 100644 (file)
@@ -911,6 +911,9 @@ _notmuch_config_list_built_with ()
     printf("%sfield_processor=%s\n",
           BUILT_WITH_PREFIX,
           notmuch_built_with ("field_processor") ? "true" : "false");
+    printf("%sretry_lock=%s\n",
+          BUILT_WITH_PREFIX,
+          notmuch_built_with ("retry_lock") ? "true" : "false");
 }
 
 static int