Difference for ./configure.in from version 1.16 to 1.17


version 1.16 version 1.17
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.in,v 1.16 2001/10/14 07:57:14 gros Exp $)  AC_REVISION($Id: configure.in,v 1.17 2001/11/04 08:29:09 gros Exp $)
   
 AC_INIT(CREDITS)  AC_INIT(CREDITS)
   
Line 137
 
Line 137
 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(dmalloc, main)  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.
   
   AC_CHECK_LIB(dmalloclp, main)
   dnl AC_CHECK_LIB(dmalloc, main)
   
   dnl Gros - Support for the dynamic loader library
   AC_CHECK_LIB(dl, main)
   
 dnl Checks for header files.  dnl Checks for header files.
 AC_HEADER_DIRENT  AC_HEADER_DIRENT


Legend:
line(s) removed in v.1.16 
line(s) changed
 line(s) added in v.1.17

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