]> git.proxmox.com Git - mirror_qemu.git/blobdiff - configure
Introduce format string for pid_t
[mirror_qemu.git] / configure
index 4c4aa92198eef5134f0e08ec98baf4166897e6b7..44c092a292a974a39d03942b02129cebfecb2baf 100755 (executable)
--- a/configure
+++ b/configure
@@ -3041,7 +3041,7 @@ if test "$trace_backend" = "simple"; then
 fi
 # Set the appropriate trace file.
 if test "$trace_backend" = "simple"; then
-  trace_file="\"$trace_file-%u\""
+  trace_file="\"$trace_file-\" FMT_pid"
 fi
 if test "$trace_backend" = "dtrace" -a "$trace_backend_stap" = "yes" ; then
   echo "CONFIG_SYSTEMTAP_TRACE=y" >> $config_host_mak