mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-21 06:55:39 +00:00
Check for libmail, maillock.h and touchlock (for movemail).
This commit is contained in:
parent
f8b68b2095
commit
4e4db900b6
@ -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…
Reference in New Issue
Block a user