X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;ds=sidebyside;f=configure;h=ec8c3fd361cb9061197dc29ab326a142a1d65ad9;hb=36e4459a328b8449b3e9d510be81a332a9b35aaa;hp=095a476e55faf256c5847a809f7d542146639a29;hpb=cbcc3454aee63c26864428039ea688c5eb3e6be0;p=notmuch diff --git a/configure b/configure index 095a476e..ec8c3fd3 100755 --- a/configure +++ b/configure @@ -170,7 +170,7 @@ printf "Checking for Xapian development files... " have_xapian=0 for xapian_config in ${XAPIAN_CONFIG}; do if ${xapian_config} --version > /dev/null 2>&1; then - printf "Yes.\n" + printf "Yes (%s).\n" $(${xapian_config} --version | sed -e 's/.* //') have_xapian=1 xapian_cxxflags=$(${xapian_config} --cxxflags) xapian_ldflags=$(${xapian_config} --libs)