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.39 by root, Sun Jan 14 21:20:50 2007 UTC vs.
Revision 1.40 by root, Thu Jan 18 16:19:33 2007 UTC

85 85
86dnl png has a dependency in some cases on libz - if we have it, can't really 86dnl png has a dependency in some cases on libz - if we have it, can't really
87dnl be harmful to link it in. 87dnl be harmful to link it in.
88AC_CHECK_LIB(z, main, AC_DEFINE(HAVE_LIBZ,[],[Define if libz is available]) X11LIBS="$X11LIBS -lz", , $X11LIBS ) 88AC_CHECK_LIB(z, main, AC_DEFINE(HAVE_LIBZ,[],[Define if libz is available]) X11LIBS="$X11LIBS -lz", , $X11LIBS )
89 89
90dnl Misc libraries.
91AC_CHECK_LIB(crypt, main)
92AC_CHECK_LIB(des, des_crypt)
93
94dnl Checks for header files.
95AC_CHECK_HEADERS(crypt.h des.h)
96
97dnl Checks for typedefs, structures, and compiler characteristics. 90dnl Checks for typedefs, structures, and compiler characteristics.
98AC_C_INLINE 91AC_C_INLINE
99 92
100AC_CHECK_SIZEOF(long) 93AC_CHECK_SIZEOF(long)
101AC_CHECK_SIZEOF(long long) 94AC_CHECK_SIZEOF(long long)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines