From 324883aafed5163d7669358f8051fd85f805cf0d Mon Sep 17 00:00:00 2001 From: Jun Koi Date: Thu, 8 Mar 2012 16:24:52 +0800 Subject: [PATCH] docs: correct ./configure line in tracing.txt This patch corrects the configure's trace option in docs/tracing.txt. Signed-off-by: Jun Koi Signed-off-by: Stefan Hajnoczi --- docs/tracing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tracing.txt b/docs/tracing.txt index a92716f319..c541133368 100644 --- a/docs/tracing.txt +++ b/docs/tracing.txt @@ -9,7 +9,7 @@ for debugging, profiling, and observing execution. 1. Build with the 'simple' trace backend: - ./configure --trace-backend=simple + ./configure --enable-trace-backend=simple make 2. Create a file with the events you want to trace: