bbv2 updates.

[SVN r36551]
This commit is contained in:
John Maddock
2006-12-31 17:26:12 +00:00
parent f5449c38a6
commit 77e43136d1
2 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ rule check-icu-config ( )
{ {
ECHO Building Boost.Regex with the optional Unicode/ICU support disabled. ; ECHO Building Boost.Regex with the optional Unicode/ICU support disabled. ;
ECHO Please refer to the Boost.Regex documentation for more information ; ECHO Please refer to the Boost.Regex documentation for more information ;
ECHO (and if you don't know what ICU is then you probably don't need it). ; ECHO (don't panic: this is a strictly optional feature). ;
if $(ICU_PATH) if $(ICU_PATH)
{ {
ECHO Couldn't find utypes.h in $(ICU_PATH:J=" ")$(SLASH)include$(SLASH)unicode ; ECHO Couldn't find utypes.h in $(ICU_PATH:J=" ")$(SLASH)include$(SLASH)unicode ;
@ -135,3 +135,4 @@ lib boost_regex : ../src/$(SOURCES) $(ICU_EXTRA_SOURCE)
$(BOOST_REGEX_ICU_OPTS) $(BOOST_REGEX_ICU_OPTS)
; ;

View File

@ -261,5 +261,4 @@ int cpp_main(int argc, char * argv[])
return 0; return 0;
} }
#include <boost/test/included/prg_exec_monitor.hpp>