]> 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>
Sat, 19 Dec 2009 20:29:28 +0000 (12:29 -0800)
commitea332dd012e7ec5f85ffea8194703716de6c1e30
tree896e5e8ac3502cad5fb0ec085074e787668a48b6
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