From ca7d0174e012b39cd52c23f0b8911c01b71c85c8 Mon Sep 17 00:00:00 2001 From: Kenneth Heafield Date: Thu, 16 Aug 2012 17:32:33 -0400 Subject: Update build system, add missing cc files --- Jamroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Jamroot') diff --git a/Jamroot b/Jamroot index 87a5a53d..ef426146 100644 --- a/Jamroot +++ b/Jamroot @@ -14,7 +14,7 @@ boost 104400 ; external-lib z ; with-google-hash = [ option.get "with-google-hash" ] ; -if [ test_header google/dense_hash_map ] || $(with-google-hash) { +if [ test_header sparsehash/dense_hash_map ] || $(with-google-hash) { requirements += HAVE_SPARSEHASH $(with-google-hash) ; } -- cgit v1.2.3