1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-02 11:21:42 +00:00

Check HAVE_LIBLOCKFILE like HAVE_LIBMAIL.

This commit is contained in:
Dave Love 2003-05-20 16:34:35 +00:00
parent dfb7bcda87
commit dd843b6af3

View File

@ -129,7 +129,8 @@ extern int lk_open (), lk_close ();
#endif
#if !defined (MAIL_USE_SYSTEM_LOCK) && !defined (MAIL_USE_MMDF) && \
defined (HAVE_LIBMAIL) && defined (HAVE_MAILLOCK_H)
(defined (HAVE_LIBMAIL) || defined (HAVE_LIBLOCKFILE)) && \
defined (HAVE_MAILLOCK_H)
#include <maillock.h>
/* We can't use maillock unless we know what directory system mail
files appear in. */