]> git.proxmox.com Git - mirror_qemu.git/commit - configure
configure: Provide and use convenience error reporting function
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 8 Apr 2013 11:11:26 +0000 (12:11 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 8 Apr 2013 15:38:44 +0000 (10:38 -0500)
commit76ad07a4938aac69cb12bfdf52c3bf612c85e4df
tree142a741ddca49f27383e95387cd9041dfda341f1
parent1e885b25275fb6763eb947b1e53b2d6911b967a8
configure: Provide and use convenience error reporting function

Provide a convenience function for reporting an error and exiting,
and update various places in the configure script to use it.
This allows us to be a little more consistent about how format
our error messages and makes the calling code shorter.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Message-id: 1365419487-19867-2-git-send-email-peter.maydell@linaro.org
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
configure