]> git.proxmox.com Git - mirror_qemu.git/commit
configure: add hints to a remedy for feature_not_found errors
authorStewart Smith <stewart@linux.vnet.ibm.com>
Fri, 24 Jan 2014 01:39:10 +0000 (12:39 +1100)
committerMichael Tokarev <mjt@tls.msk.ru>
Sat, 15 Feb 2014 12:10:25 +0000 (16:10 +0400)
commit21684af0233df1d2b554db736e4feb774950d488
tree2a026d3212c4d4ff46dc107ab23f8638d4fc5262
parent3f281822b26e4b39b2a49ac030fc6a5f184dd387
configure: add hints to a remedy for feature_not_found errors

Modify feature_not_found to accept an optional second parameter to be
printed after the generic feature not found error.

Modify most calls to feature_not_found to provide hints as to the
packages that may be missing. The few calls remaining without a remedy
are ones I couldn't work out how to remedy myself.

Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
configure