ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/configure.ac
(Generate patch)

Comparing deliantra/server/configure.ac (file contents):
Revision 1.43 by root, Fri Feb 2 00:42:02 2007 UTC vs.
Revision 1.44 by root, Fri Feb 2 21:50:43 2007 UTC

103AC_CHECK_LIB(socket, main) 103AC_CHECK_LIB(socket, main)
104 104
105dnl Checks for libraries. 105dnl Checks for libraries.
106AC_CHECK_LIB(m, main) 106AC_CHECK_LIB(m, main)
107 107
108echo "checking for google sparsehash (see http://code.google.com/p/google-sparsehash/)"
109AC_CHECK_HEADER(google/dense_hash_map)
110
111AC_CHECK_HEADER(tr1/unordered_map,[],[AC_MSG_ERROR([Your compiler must support the Library Technical Report 1 extensions.])]) 108AC_CHECK_HEADER(tr1/unordered_map,[],[AC_MSG_ERROR([Your compiler must support the Library Technical Report 1 extensions.])])
112 109
113AC_CHECK_SIZEOF(long) 110AC_CHECK_SIZEOF(long)
114AC_CHECK_SIZEOF(long long) 111AC_CHECK_SIZEOF(long long)
115 112

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines