configure: Send error message from spice check to /dev/null
commitba80782912293c9b9828d0cf406f90b76bf4f61b
authorStefan Weil <weil@mail.berlios.de>
Thu, 7 Oct 2010 19:15:58 +0000 (7 21:15 +0200)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 9 Oct 2010 08:23:02 +0000 (9 08:23 +0000)
treea0a2ce31365902ec739648ee4495576dc4dd452e
parent6650b7100b58d9f81ae5117d03e89dc97f142897
configure: Send error message from spice check to /dev/null

pkg-config is not always available (e.g. on win32 hosts),
but we don't want to see the 'command not found' error message.

Redirect stdout and stderr to /dev/null.

v2:

* Removed changes which should not have been here.

Cc: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
configure