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:
parent
dfb7bcda87
commit
dd843b6af3
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user