version 1.16 | | version 1.17 |
---|
| | |
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) |
| | |
| | |
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 |