From: Marc-André Lureau Date: Thu, 10 Dec 2015 00:47:46 +0000 (+0100) Subject: configure: fix trace backend check X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=713572a7b59acfcf8fe0f35c799f647792c8c8cd;p=qemu.git configure: fix trace backend check Found thanks to shellcheck! Signed-off-by: Marc-André Lureau Reviewed-by: Eric Blake Signed-off-by: Michael Tokarev --- diff --git a/configure b/configure index 83b40fc906..44ac9abc7e 100755 --- a/configure +++ b/configure @@ -4817,7 +4817,7 @@ echo "libcap-ng support $cap_ng" echo "vhost-net support $vhost_net" echo "vhost-scsi support $vhost_scsi" echo "Trace backends $trace_backends" -if test "$trace_backend" = "simple"; then +if have_backend "simple"; then echo "Trace output file $trace_file-" fi if test "$spice" = "yes"; then