Index: tools/console_test_runner/Jamfile.v2
===================================================================
--- tools/console_test_runner/Jamfile.v2	(revision 48848)
+++ tools/console_test_runner/Jamfile.v2	(working copy)
@@ -17,15 +17,12 @@
 # make aliases explicit so the libraries will only be built when requested
 explicit unit_test_framework ;
 
-if [ os.name ] != NT
-{
-  lib dl ; 
-}
+lib dl ; 
 
 
 lib test_runner_test : test/test_runner_test.cpp unit_test_framework ; 
 
 exe console_test_runner 
     : src/console_test_runner.cpp unit_test_framework 
-    : <os>LINUX:<library>dl 
+    : <toolset>gcc:<library>dl 
     ;
