]> git.cworth.org Git - notmuch/commit
lib: add built_with handling for XAPIAN_DB_RETRY_LOCK
authorDavid Bremner <david@tethera.net>
Sun, 26 Jun 2016 15:29:45 +0000 (17:29 +0200)
committerDavid Bremner <david@tethera.net>
Wed, 29 Jun 2016 07:05:49 +0000 (09:05 +0200)
commit3a45d29ed4d753bcf72f2fa0bb37fefd4d18f96a
treec4dffae574ab108a7ab2d755280239bd400d1b51
parent6450813e8f211c87e9a2b48c76fb0c99c57410d2
lib: add built_with handling for XAPIAN_DB_RETRY_LOCK

This support will be present only if the appropriate version of xapian
is available _and_ the user did not disable the feature when
building. So there really needs to be some way for the user to check.
lib/built-with.c
notmuch-config.c
test/T030-config.sh
test/T040-setup.sh