From 369a47822004165e4efb05ee4a02bbad26e7914b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Sun, 6 Jan 2008 06:58:24 +0000 Subject: [PATCH] Specifying that a build uses test configuration no longer prevents toolset auto-configuration and therefore no longer causes --toolset options to be ignored. [SVN r42510] --- src/build-system.jam | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/build-system.jam b/src/build-system.jam index 0306fd5de..3b59775b4 100755 --- a/src/build-system.jam +++ b/src/build-system.jam @@ -284,11 +284,6 @@ local rule load-configuration-files ECHO "notice: be ignored due to the test configuration being" "loaded." ; } - - # This legacy setting should be removed. Added here only to preserve - # behaviour with test configuration being loaded automatically - # disabling toolset auto-configuration and default toolset usage. - .legacy-ignore-config = true ; } else {