Check for libmail, maillock.h and touchlock (for movemail).
This commit is contained in:
parent
f8b68b2095
commit
4e4db900b6
1 changed files with 6 additions and 0 deletions
|
@ -1462,6 +1462,12 @@ AC_FUNC_ALLOCA
|
|||
# On HPUX 9.01, -lm does not contain logb, so check for sqrt.
|
||||
AC_CHECK_LIB(m, sqrt)
|
||||
|
||||
# Check for mail-locking functions in a "mail" library
|
||||
AC_CHECK_LIB(mail, maillock,
|
||||
AC_DEFINE(HAVE_LIBMAIL)
|
||||
AC_CHECK_FUNCS(touchlock)
|
||||
AC_CHECK_HEADERS(maillock.h))
|
||||
|
||||
AC_CHECK_FUNCS(gettimeofday gethostname getdomainname dup2 \
|
||||
rename closedir mkdir rmdir sysinfo \
|
||||
random lrand48 bcopy bcmp logb frexp fmod ftime res_init setsid \
|
||||
|
|
Loading…
Add table
Reference in a new issue