]> git.notmuchmail.org Git - notmuch/commit
configure: Set XAPIAN_CONFIG to only "xapian-config" by default.
authorCarl Worth <cworth@cworth.org>
Fri, 29 Oct 2010 21:49:20 +0000 (14:49 -0700)
committerCarl Worth <cworth@cworth.org>
Fri, 29 Oct 2010 21:49:20 +0000 (14:49 -0700)
commit6e3007bec0b453e40d577bb98350cdc122379385
treead571a0a28dc4ad75773df30643ef8d2343e56d0
parent9d9668e3e7b0e4ed5e054125841dd729a46abd79
configure: Set XAPIAN_CONFIG to only "xapian-config" by default.

Previously, we preferred a value of "xapian-config-1.1" first. This
was convenient for compiling against Xapian 1.1 while Xapian 1.2 was
unreleased. But now that Xapian 1.2 is realease, and since it ships a
xapian-config, the xapian-config-1.1 value can mask the newer library.

Instead of trying to track the latest xapian-config-1.x in our
configure script let's simply expect the user to set
XAPIAN_CONFIG=xapian-config-1.x in order to compile against an
unreleased Xapian.
configure