Commit e00e36fb authored by Stefan Weil's avatar Stefan Weil Committed by Stefan Hajnoczi
Browse files

configure: Show trace output file conditionally



It is only used with the simple trace backend.

Signed-off-by: default avatarStefan Weil <sw@weilnetz.de>
Signed-off-by: default avatarStefan Hajnoczi <stefanha@redhat.com>
parent 1dad2ce9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -4145,7 +4145,9 @@ echo "libcap-ng support $cap_ng"
echo "vhost-net support $vhost_net"
echo "vhost-scsi support $vhost_scsi"
echo "Trace backend     $trace_backend"
if test "$trace_backend" = "simple"; then
echo "Trace output file $trace_file-<pid>"
fi
if test "$spice" = "yes"; then
echo "spice support     $spice ($spice_protocol_version/$spice_server_version)"
else