]> git.cworth.org Git - obsolete/notmuch-old/commit
configure: Look for both Xapian 1.1 and 1.0 and allow user override.
authorCarl Worth <cworth@cworth.org>
Sun, 13 Dec 2009 23:17:35 +0000 (15:17 -0800)
committerCarl Worth <cworth@cworth.org>
Wed, 6 Jan 2010 18:31:09 +0000 (10:31 -0800)
commit3f406fdefca0400c1c2023674dfc5b36db55a1e7
tree9c23004092d909a20af9ad3cdc1b213502b7894e
parentdac01ec52036e0320f66211be3dc5e5126eb218f
configure: Look for both Xapian 1.1 and 1.0 and allow user override.

The in-development version of Xapian provides a config program named
xapian-config-1.1 while the released version provides a program named
xapian-config instead. By default, we now try each of these in turn,
and we also allow the user to set a XAPIAN_CONFIG environment variable
to explicitly specify a particular program.
configure