]> git.notmuchmail.org Git - notmuch/commitdiff
configure: Use printf to achieve result of "echo -n".
authorCarl Worth <cworth@cworth.org>
Tue, 1 Dec 2009 19:39:30 +0000 (11:39 -0800)
committerCarl Worth <cworth@cworth.org>
Tue, 1 Dec 2009 19:39:30 +0000 (11:39 -0800)
We had avoided using "echo -n" originally for portability concerns,
and instead just printed the same string in both conditions, (and
also printed the string late if any check took long). The word is
that printf is quite portable, so we use that instead.


No differences found