commit | 65d5d3f92246f056a45e4ddc6f13487de39cd47c | [log] [tgz] |
---|---|---|
author | Stefan Weil <sw@weilnetz.de> | Tue Aug 27 21:09:13 2013 +0200 |
committer | Michael Tokarev <mjt@tls.msk.ru> | Sun Sep 01 19:26:08 2013 +0400 |
tree | ce19850cd2be3b8ffd68dbe32a178c4642989b2d | |
parent | ca871ec8612cc0e95a02de83a3bdd01514e5733b [diff] |
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>