qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-trivial] [PATCH] configure: Show trace output file conditionally


From: Stefan Weil
Subject: [Qemu-trivial] [PATCH] configure: Show trace output file conditionally
Date: Fri, 14 Mar 2014 21:09:10 +0100

It is only used with the simple trace backend.

Signed-off-by: Stefan Weil <address@hidden>
---
 configure |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/configure b/configure
index 1efb438..6eebd2c 100755
--- a/configure
+++ b/configure
@@ -4092,7 +4092,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
-- 
1.7.10.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]