]> xenbits.xensource.com Git - qemu-xen-3.3-testing.git/commit
Nicer fix for spurious messages from configure when GCC3 is missing.
authorIan Jackson <ian.jackson@eu.citrix.com>
Tue, 22 Jul 2008 15:28:06 +0000 (16:28 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Tue, 22 Jul 2008 15:28:06 +0000 (16:28 +0100)
commiteaf0ec22382a37cdf198ca2481f85604e8412db3
treeb941f87edf8acf043c1b932cfa62e0cc0f66caa5
parent67f85e58d7622cdc9297bf6a216526fac28281ed
Nicer fix for spurious messages from configure when GCC3 is missing.

This reverts b5123e05cce4be4c6c8c822fad0f0df4c053da06 and replaces it
with a nice simple change, namely to change  test ... -a ...  with
test ... && test ... .  That provides shortcut evaluation.

Thanks to Andre Przywara who provided this one-line change as an
update to the previous commit.

Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
configure