]> git.proxmox.com Git - mirror_qemu.git/commit - configure
configure: Make missing pkg-config an error rather than a warning
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 15 Sep 2011 11:15:56 +0000 (12:15 +0100)
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Wed, 21 Sep 2011 09:49:02 +0000 (10:49 +0100)
commita213fcb21c69c7c3b206d7e251d31559859f1545
tree7660840a595d763a8262bedc56d55b695ef7a430
parent782ea2c7598a9d07393b6024ec5dfcde96ae3d90
configure: Make missing pkg-config an error rather than a warning

If pkg-config doesn't exist then make configure fail immediately
with a useful error message. Now that glib is a required dependency,
proceeding despite the missing pkg-config will just cause us to
fail later with a misleading message about glib not being present.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
configure