]> git.marmaro.de Git - mmh/commitdiff
* configure.in: If we're not using dotlocking, there is no need to set inc
authorJosh Bressers <josh@bress.net>
Sun, 27 Aug 2006 01:19:39 +0000 (01:19 +0000)
committerJosh Bressers <josh@bress.net>
Sun, 27 Aug 2006 01:19:39 +0000 (01:19 +0000)
sgid.

ChangeLog
configure.in

index b2ebfe6d85b2eacda74f1b28ce8c72bd2521155b..a0839ee4596f441013e24de63cf74783d1b1d5d7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-08-26  Josh Bressers <josh@bress.net>
+
+       * configure.in: If we're not using dotlocking, there is no need to set
+       inc sgid.
+
 2006-03-30  David Levine <levinedl@acm.org>
 
        * uip/sendsbr.c: with attachformat values of 1 or 2, only
index 59d9207fc6eb952a3db52cf5f696829f3ee35c19..b66a6e55bba7112081308efd196dbeb52043d580 100644 (file)
@@ -426,7 +426,7 @@ fi
 
 dnl If mailspool is not world-writable and dotlockfile is not setgid,
 dnl we need to #define MAILGROUP to 1 and make inc setgid.
-if test x"$nmh_cv_mailspool_world_writable" = x"no" -a x"$nmh_cv_dotlockfile_setgid" != x"yes" ; then
+if test x"$LOCKTYPE" = x"dot" -a x"$nmh_cv_mailspool_world_writable" = x"no" -a x"$nmh_cv_dotlockfile_setgid" != x"yes" ; then
   dnl do we really need both of these?
   AC_DEFINE(MAILGROUP)dnl
   SETGID_MAIL=1