]> Git Repo - qemu.git/commitdiff
configure: Show trace output file conditionally
authorStefan Weil <[email protected]>
Fri, 14 Mar 2014 20:09:10 +0000 (21:09 +0100)
committerStefan Hajnoczi <[email protected]>
Wed, 7 May 2014 17:07:18 +0000 (19:07 +0200)
It is only used with the simple trace backend.

Signed-off-by: Stefan Weil <[email protected]>
Signed-off-by: Stefan Hajnoczi <[email protected]>
configure

index 8c50d78f87e1c068e336a477dfc5ebcf8efb60a1..1c6e64bb94827fa67704b1db5b0f7ad1ee972c39 100755 (executable)
--- a/configure
+++ b/configure
@@ -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
This page took 0.033447 seconds and 4 git commands to generate.