summaryrefslogtreecommitdiff
path: root/Jamroot
diff options
context:
space:
mode:
authorKenneth Heafield <github@kheafield.com>2012-08-16 17:32:33 -0400
committerKenneth Heafield <github@kheafield.com>2012-08-16 17:32:33 -0400
commitca7d0174e012b39cd52c23f0b8911c01b71c85c8 (patch)
tree4aab392df0214c10ffc41365b96beae135b952da /Jamroot
parentdc078281c2fd83db9fc4860e8b24979ab2a1e407 (diff)
Update build system, add missing cc files
Diffstat (limited to 'Jamroot')
-rw-r--r--Jamroot2
1 files changed, 1 insertions, 1 deletions
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 += <define>HAVE_SPARSEHASH <include>$(with-google-hash) ;
}