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