$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: dgregor_at_[hidden]
Date: 2007-06-08 16:47:43
Author: dgregor
Date: 2007-06-08 16:47:43 EDT (Fri, 08 Jun 2007)
New Revision: 4502
URL: http://svn.boost.org/trac/boost/changeset/4502
Log:
Include a missing CMake module
Text files modified: 
   sandbox-branches/boost-cmake/boost_1_34_0/tools/build/CMake/BoostConfig.cmake |     1 +                                       
   1 files changed, 1 insertions(+), 0 deletions(-)
Modified: sandbox-branches/boost-cmake/boost_1_34_0/tools/build/CMake/BoostConfig.cmake
==============================================================================
--- sandbox-branches/boost-cmake/boost_1_34_0/tools/build/CMake/BoostConfig.cmake	(original)
+++ sandbox-branches/boost-cmake/boost_1_34_0/tools/build/CMake/BoostConfig.cmake	2007-06-08 16:47:43 EDT (Fri, 08 Jun 2007)
@@ -25,6 +25,7 @@
 #   MULTI_THREADED_LINK_FLAGS:                                           #
 #     Linker flags when building multi-threaded programs.                #
 ##########################################################################
+include(CheckCXXSourceCompiles)
 
 # Toolset detection.
 if (NOT BOOST_TOOLSET)