From be7e0288c31f81a243d2ea552425f14b994285b9 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Wed, 11 Aug 2004 09:51:16 +0000 Subject: [PATCH] Undone last eroneous commit. [SVN r24399] --- v2/user-config.jam | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/v2/user-config.jam b/v2/user-config.jam index 4fa3cffe2..e8aa09a82 100644 --- a/v2/user-config.jam +++ b/v2/user-config.jam @@ -26,7 +26,7 @@ import toolset : using ; # Configure msvc (default version, searched in standard location # and PATH). -using msvc ; +# using msvc ; # Borland configuration # using borland ; @@ -66,4 +66,3 @@ using msvc ; -