X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=configure;h=ec8c3fd361cb9061197dc29ab326a142a1d65ad9;hp=095a476e55faf256c5847a809f7d542146639a29;hb=2186cac8e7bbc07c6aba0e1fbea91ca789814ecd;hpb=cbcc3454aee63c26864428039ea688c5eb3e6be0 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)