diff options
| author | Marc-André Lureau | 2015-12-10 01:47:46 +0100 |
|---|---|---|
| committer | Michael Tokarev | 2016-01-11 09:39:28 +0100 |
| commit | 713572a7b59acfcf8fe0f35c799f647792c8c8cd (patch) | |
| tree | 3ae7aa0eb47813cb13205ac1c7fdd6962b7425f7 | |
| parent | xen/Makefile.objs: simplify (diff) | |
| download | qemu-713572a7b59acfcf8fe0f35c799f647792c8c8cd.tar.gz qemu-713572a7b59acfcf8fe0f35c799f647792c8c8cd.tar.xz qemu-713572a7b59acfcf8fe0f35c799f647792c8c8cd.zip | |
configure: fix trace backend check
Found thanks to shellcheck!
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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-<pid>" fi if test "$spice" = "yes"; then |
