summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-08-08 09:01:28 -0700
committerGlenn Morris <rgm@gnu.org>2012-08-08 09:01:28 -0700
commitb33dcadbc2bf13079309b2afbeaad6732796bd0a (patch)
tree8028e94a8e6cddf5332c70def2eccefee36102f5 /configure.ac
parent08bb53058a69d78e0127bff5ca51db7ed8cb3f61 (diff)
downloademacs-b33dcadbc2bf13079309b2afbeaad6732796bd0a.tar.gz
Comments
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 1741513d052..3fbea8c80ea 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2709,6 +2709,9 @@ case "$opsys" in
;;
esac
+dnl FIXME? If using FLOCK, also define MAIL_USE_SYSTEM_LOCK?
+dnl Only win32 seems to use that.
+dnl See comments in lib-src/movemail.c.
BLESSMAIL_TARGET=
case "$mail_lock" in
flock) AC_DEFINE(MAIL_USE_FLOCK, 1, [Define if the mailer uses flock to interlock the mail spool.]) ;;