]> git.notmuchmail.org Git - notmuch/commit
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)
commit6320695223e466a285a77fe0d30fff0ff5e89172
treeb0972db47427b2eb7a27886bbd7fa02aac993b00
parent7c2c26bc4ec5fdab5c6fa72ea325d846b46929e3
configure: Use printf to achieve result of "echo -n".

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.
configure