mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-25 04:18:08 +01:00
configure: clean up messages around reading libnotmuch version
Clean up punctuation for consistency, and add newline for clean configure output.
This commit is contained in:
parent
765556c1f1
commit
c9e1c4f1c4
1 changed files with 2 additions and 2 deletions
2
configure
vendored
2
configure
vendored
|
@ -341,7 +341,7 @@ EOF
|
||||||
if ${CC} ${CFLAGS} _libversion.c -o _libversion > /dev/null 2>&1 && \
|
if ${CC} ${CFLAGS} _libversion.c -o _libversion > /dev/null 2>&1 && \
|
||||||
./_libversion > _libversion.sh && . ./_libversion.sh
|
./_libversion > _libversion.sh && . ./_libversion.sh
|
||||||
then
|
then
|
||||||
printf "OK"
|
printf "OK.\n"
|
||||||
else
|
else
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue