X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=configure;h=66aaedbe19081763b2afbdacd625f6f8cd0fef11;hp=13b60620fe3cebdd0cc00cee4a4bc088260ef720;hb=aff5af582ecbacb4004ad306c6ef463d61f1ed3a;hpb=9ac863c549e8022dc06d73e07d79a74ec7f0569f diff --git a/configure b/configure index 13b60620..66aaedbe 100755 --- a/configure +++ b/configure @@ -360,6 +360,14 @@ else have_valgrind=0 fi +printf "Checking for bash-completion (>= 1.90)... " +if pkg-config --atleast-version=1.90 bash-completion; then + printf "Yes.\n" +else + printf "No (will not install bash completion).\n" + WITH_BASH=0 +fi + if [ -z "${EMACSLISPDIR}" ]; then if pkg-config --exists emacs; then EMACSLISPDIR=$(pkg-config emacs --variable sitepkglispdir)