diff lib-src/movemail.c @ 51112:b0811540692f

Check HAVE_LIBLOCKFILE like HAVE_LIBMAIL.
author Dave Love <fx@gnu.org>
date Tue, 20 May 2003 16:34:35 +0000
parents 23a1cea22d13
children 76d453ac3c4f
line wrap: on
line diff
--- a/lib-src/movemail.c	Tue May 20 16:33:02 2003 +0000
+++ b/lib-src/movemail.c	Tue May 20 16:34:35 2003 +0000
@@ -129,7 +129,8 @@
 #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. */