cosmetics: improve wording of a couple of configure messages
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 28 Jun 2012 20:53:03 +0000 (22:53 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 28 Jun 2012 21:34:53 +0000 (23:34 +0200)
commit872113f7803150af12e757515a64aca24cc7d409
treef2982c720e457cf69a6e920248c45d055b8197e3
parentf7b3752bdb1763d2bae2452849735fbca5b73758
cosmetics: improve wording of a couple of configure messages

* configure.ac: Fix a couple of messages so that the configure
output changes from this:

    checking whether /bin/sh "set -e" preserves exit traps... yes
    checking whether /bin/sh "set -x" corrupts stderr... no

to this:

    checking whether /bin/sh preserves exit traps with "set -e"... yes
    checking whether /bin/sh corrupts stderr with "set -x"... no

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