Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Heafield <github@kheafield.com>2013-01-20 16:25:58 +0400
committerKenneth Heafield <github@kheafield.com>2013-01-20 16:25:58 +0400
commita52d97f99f743b81781d1106c9a17266b901ee6f (patch)
treeaac20d2a0467284b70da1e9a7203c9364f8e459f /jam-files
parent8a3b93c72e7b24a6a1bf8a0fd409765539cbc507 (diff)
Cross platform fixes
Diffstat (limited to 'jam-files')
-rw-r--r--jam-files/sanity.jam4
1 files changed, 0 insertions, 4 deletions
diff --git a/jam-files/sanity.jam b/jam-files/sanity.jam
index 530ecc420..26b3d1669 100644
--- a/jam-files/sanity.jam
+++ b/jam-files/sanity.jam
@@ -160,10 +160,6 @@ rule boost ( min-version ) {
boost-lib unit_test_framework TEST_DYN_LINK ;
boost-lib iostreams IOSTREAMS_DYN_LINK ;
boost-lib filesystem FILE_SYSTEM_DYN_LINK ;
- if $(BOOST-VERSION) >= 104800 {
- boost-lib chrono CHRONO_DYN_LINK ;
- boost-lib timer TIMER_DYN_LINK : boost_chrono ;
- }
}
#Link normally to a library, but sometimes static isn't installed so fall back to dynamic.