From dd843b6af33fd4cd044e4282bc91048404d33295 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Tue, 20 May 2003 16:34:35 +0000 Subject: [PATCH] Check HAVE_LIBLOCKFILE like HAVE_LIBMAIL. --- lib-src/movemail.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib-src/movemail.c b/lib-src/movemail.c index 406dd8775bc..00157f991ae 100644 --- a/lib-src/movemail.c +++ b/lib-src/movemail.c @@ -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 /* We can't use maillock unless we know what directory system mail files appear in. */ -- 2.39.5