X-Git-Url: https://git.cworth.org/git?p=notmuch;a=blobdiff_plain;f=configure;fp=configure;h=d399457a92f36cd75810d0d226143852f2a3a811;hp=7d9df3708a315ab5bdae7badbc8239d271f412b6;hb=ab8d0e572537006a4e1dafa266075ed0d848c80f;hpb=a06b76b9b3c1212b17d2bb170bdd511711f578f8 diff --git a/configure b/configure index 7d9df370..d399457a 100755 --- a/configure +++ b/configure @@ -734,6 +734,7 @@ if command -v ${BASHCMD} > /dev/null; then printf "Yes (%s).\n" "$bash_absolute" else have_bash=0 + bash_absolute= printf "No. (%s not found)\n" "${BASHCMD}" fi @@ -744,6 +745,7 @@ if command -v ${PERL} > /dev/null; then printf "Yes (%s).\n" "$perl_absolute" else have_perl=0 + perl_absolute= printf "No. (%s not found)\n" "${PERL}" fi