diff options
author | Glenn Morris <rgm@gnu.org> | 2012-08-08 09:01:28 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-08-08 09:01:28 -0700 |
commit | b33dcadbc2bf13079309b2afbeaad6732796bd0a (patch) | |
tree | 8028e94a8e6cddf5332c70def2eccefee36102f5 /configure.ac | |
parent | 08bb53058a69d78e0127bff5ca51db7ed8cb3f61 (diff) | |
download | emacs-b33dcadbc2bf13079309b2afbeaad6732796bd0a.tar.gz |
Comments
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
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.]) ;; |