X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=configure;h=2a0ce9eb41568c017b95e3066e4c21ce2869d87d;hp=cc6746c10bae638701c582fdcba07386e517aae8;hb=ba8fba3d6aa37b1c7698137f6d577309335981ae;hpb=fde846cf7dea2ad67418f3f3c9311213b766bfec diff --git a/configure b/configure index cc6746c1..2a0ce9eb 100755 --- a/configure +++ b/configure @@ -394,6 +394,7 @@ EOF printf "Yes.\n" else printf "No.\n" + errors=$((errors + 1)) fi rm -f _compact.o _compact.cc @@ -683,8 +684,8 @@ EOF if [ $have_python -eq 0 ]; then echo " python interpreter" fi - if [ $have_xapian -eq 0 ]; then - echo " Xapian library (including development files such as headers)" + if [ $have_xapian -eq 0 -o $have_xapian_compact -eq 0 ]; then + echo " Xapian library (>= version 1.2.6, including development files such as headers)" echo " https://xapian.org/" fi if [ $have_zlib -eq 0 ]; then