]> git.proxmox.com Git - qemu.git/commit
configure: Remove unneeded redirections of stderr (pkg-config --exists)
authorStefan Weil <sw@weilnetz.de>
Tue, 27 Aug 2013 19:09:13 +0000 (21:09 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Sun, 1 Sep 2013 15:26:08 +0000 (19:26 +0400)
commit65d5d3f92246f056a45e4ddc6f13487de39cd47c
treece19850cd2be3b8ffd68dbe32a178c4642989b2d
parentca871ec8612cc0e95a02de83a3bdd01514e5733b
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>
configure