Difference for ./configure.ac from version 1.21 to 1.22


version 1.21 version 1.22
Line 1
 
Line 1
 dnl Process this file with autoconf to produce a configure script.  dnl Process this file with autoconf to produce a configure script.
   
 AC_REVISION($Id: configure.ac,v 1.21 2006/05/03 21:50:23 tchize Exp $)  AC_REVISION($Id: configure.ac,v 1.22 2006/05/18 05:27:43 mwedel Exp $)
 AC_INIT([crossfire], [1.9.0], [crossfire-devel@listserv.real-time.com])  AC_INIT([crossfire], [1.9.0], [crossfire-devel@listserv.real-time.com])
 AC_CONFIG_AUX_DIR(utils)  AC_CONFIG_AUX_DIR(utils)
 AC_CONFIG_SRCDIR([server/main.c])  AC_CONFIG_SRCDIR([server/main.c])
Line 118
 
Line 118
 AC_CHECK_LIB(crypt, main)  AC_CHECK_LIB(crypt, main)
 AC_CHECK_LIB(des, des_crypt)  AC_CHECK_LIB(des, des_crypt)
   
   AC_CHECK_LIB(z, compress)
   
 dnl Gros - Changed this to support some external programs that do not like dmalloc (like Python).  dnl Gros - Changed this to support some external programs that do not like dmalloc (like Python).
 dnl If you really need to make some memory debugging, uncomment the dmalloc line and comment out the dmalloclp one.  dnl If you really need to make some memory debugging, uncomment the dmalloc line and comment out the dmalloclp one.
   
Line 130
 
Line 132
 dnl Checks for header files.  dnl Checks for header files.
 AC_HEADER_DIRENT  AC_HEADER_DIRENT
 AC_HEADER_STDC  AC_HEADER_STDC
 AC_CHECK_HEADERS(fcntl.h limits.h malloc.h strings.h sys/file.h sys/ioctl.h sys/time.h time.h unistd.h stddef.h stdlib.h sys/ttycom.h sys/termios.h crypt.h arpa/inet.h des.h)  AC_CHECK_HEADERS(fcntl.h limits.h malloc.h strings.h sys/file.h sys/ioctl.h sys/time.h time.h unistd.h stddef.h stdlib.h sys/ttycom.h sys/termios.h crypt.h arpa/inet.h des.h zlib.h)
   
   
 dnl Checks for typedefs, structures, and compiler characteristics.  dnl Checks for typedefs, structures, and compiler characteristics.


Legend:
line(s) removed in v.1.21 
line(s) changed
 line(s) added in v.1.22

File made using version 1.98 of cvs2html by leaf at 2011-07-21 16:56