--- deliantra/server/configure.ac 2007/02/02 00:42:02 1.43 +++ deliantra/server/configure.ac 2007/02/02 21:50:43 1.44 @@ -105,9 +105,6 @@ dnl Checks for libraries. AC_CHECK_LIB(m, main) -echo "checking for google sparsehash (see http://code.google.com/p/google-sparsehash/)" -AC_CHECK_HEADER(google/dense_hash_map) - AC_CHECK_HEADER(tr1/unordered_map,[],[AC_MSG_ERROR([Your compiler must support the Library Technical Report 1 extensions.])]) AC_CHECK_SIZEOF(long)