Dropped google sparsehash dependency

This commit is contained in:
DennisOSRM
2011-12-10 14:12:36 +01:00
parent 0906a0fe1c
commit e04ef5a030
2 changed files with 0 additions and 4 deletions
-3
View File
@@ -101,9 +101,6 @@ if not conf.CheckLibWithHeader('z', 'zlib.h', 'CXX'):
if not conf.CheckCXXHeader('stxxl.h'):
print "Could not locate stxxl header. Exiting"
Exit(-1)
if not conf.CheckCXXHeader('google/sparse_hash_map'):
print "Could not find Google Sparsehash library. Exiting"
Exit(-1)
if not conf.CheckCXXHeader('boost/asio.hpp'):
print "boost/asio.hpp not found. Exiting"
Exit(-1)