From 7adced1aea2b1fa45f717c4b332e84179c2a701a Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Fri, 16 Mar 2007 16:15:55 +0000 Subject: [PATCH] Fix failure to print the cmd-or-prefix argument when --debug-configuration is passed. [SVN r37203] --- v2/tools/python.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/tools/python.jam b/v2/tools/python.jam index 138930f58..a8d1868dc 100644 --- a/v2/tools/python.jam +++ b/v2/tools/python.jam @@ -92,7 +92,7 @@ rule init ( version ? : cmd-or-prefix ? : includes ? : libraries ? project.push-current $(.project) ; debug-message Configuring python... ; - for local v in version root includes libraries condition + for local v in version cmd-or-prefix includes libraries condition { if $($(v)) {