提交 e00e36fb 编写于 作者: S Stefan Weil 提交者: Stefan Hajnoczi

configure: Show trace output file conditionally

It is only used with the simple trace backend.
Signed-off-by: NStefan Weil <sw@weilnetz.de>
Signed-off-by: NStefan Hajnoczi <stefanha@redhat.com>
上级 1dad2ce9
...@@ -4145,7 +4145,9 @@ echo "libcap-ng support $cap_ng" ...@@ -4145,7 +4145,9 @@ echo "libcap-ng support $cap_ng"
echo "vhost-net support $vhost_net" echo "vhost-net support $vhost_net"
echo "vhost-scsi support $vhost_scsi" echo "vhost-scsi support $vhost_scsi"
echo "Trace backend $trace_backend" echo "Trace backend $trace_backend"
if test "$trace_backend" = "simple"; then
echo "Trace output file $trace_file-<pid>" echo "Trace output file $trace_file-<pid>"
fi
if test "$spice" = "yes"; then if test "$spice" = "yes"; then
echo "spice support $spice ($spice_protocol_version/$spice_server_version)" echo "spice support $spice ($spice_protocol_version/$spice_server_version)"
else else
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册