X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=configure.in;h=b66a6e55bba7112081308efd196dbeb52043d580;hp=59d9207fc6eb952a3db52cf5f696829f3ee35c19;hb=3f5557dc09fc17ede9a35059f36920abb2eb4d08;hpb=63298d0f1870b5df16ac8664494e5a24b224dfc5 diff --git a/configure.in b/configure.in index 59d9207..b66a6e5 100644 --- a/configure.in +++ b/configure.in @@ -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