configure: fix some output message
commit49aeead2aecd6713765f5099d9c990bca4d877ef
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 24 Oct 2012 15:34:27 +0000 (24 17:34 +0200)
committerJeff King <peff@peff.net>
Thu, 25 Oct 2012 10:59:17 +0000 (25 06:59 -0400)
treec9cfab63a0f167e26c2daa4d12767c8183157f9d
parent7e2010537e96d0a1144520222f20ba1dc3d61441
configure: fix some output message

Before this change, output from ./configure could contain
botched wording like this:

    checking Checking for POSIX Threads with '-pthread'... yes

instead of the intended:

    checking for POSIX Threads with '-pthread'... yes

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Signed-off-by: Jeff King <peff@peff.net>
configure.ac