On 15 March 2013 11:46, Qingtang Zhou <zho...@gmail.com> wrote: > This patch let configure tool print out which library > is missing besides the qemu feature name when it fails.
just fyi, this is going to clash badly with the patch I posted to the list yesterday to abstract out error message printing better. > @@ -2955,7 +2960,7 @@ if test "$usb_redir" != "no" ; then > libs_softmmu="$libs_softmmu $usb_redir_libs" > else > if test "$usb_redir" = "yes"; then > - feature_not_found "usb-redir" > + feature_not_found "usb-redir" "libusbredirparser-0.5" > fi > usb_redir="no" This kind of thing seems like it would easily drift out of date with library and version numbers that QEMU actually checks for. -- PMM