]> git.cworth.org Git - notmuch/commit
configure: drop check for default xapian backend
authorĐoàn Trần Công Danh <congdanhqx@gmail.com>
Mon, 3 Aug 2020 15:40:56 +0000 (22:40 +0700)
committerDavid Bremner <david@tethera.net>
Sat, 8 Aug 2020 19:01:02 +0000 (16:01 -0300)
commit9ca14bcbab0cd6c2b9a7717927390245a853ab05
tree26043d1a6f17f44a108bc158f54ea42abe15dc14
parente4c4cc1b34cfaa6d7b96053644fa821878a67c56
configure: drop check for default xapian backend

Starting from xapian 1.3.5, xapian switched default backend to glass.

From 00cdfe10 (build: drop support for xapian versions less than 1.4,
2020-04-22), we only support xapian 1.4.0+. Effectively, we don't need
to check for default xapian backend anymore.

Further more, from 99a7aac8 (test: drop use of db_ending, 2020-07-29),
our test framework has become independence from default xapian.

Let's drop it.

Signed-off-by: Đoàn Trần Công Danh <congdanhqx@gmail.com>
configure