Searched hist:"65 d5d3f92246f056a45e4ddc6f13487de39cd47c" (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/ |
H A D | configure | 65d5d3f92246f056a45e4ddc6f13487de39cd47c Tue Aug 27 14:09:13 CDT 2013 Stefan Weil <sw@weilnetz.de> configure: Remove unneeded redirections of stderr (pkg-config --exists)
Predicate options (--exists, --atleast-version, ...) of pkg-config dont't print error messages to stderr, so redirecting stderr is not necessary.
Combining a predicate option with --modversion is not necessary for tests. Instead of testing with --modversion, --exists can be used.
Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
|