23 lines
1.2 KiB
Diff
23 lines
1.2 KiB
Diff
|
diff -up mutt-1.9.5/configure.ac.nodotlock mutt-1.9.5/configure.ac
|
||
|
--- mutt-1.9.5/configure.ac.nodotlock 2018-04-18 17:30:32.856796564 +0200
|
||
|
+++ mutt-1.9.5/configure.ac 2018-04-18 17:33:07.047923724 +0200
|
||
|
@@ -524,9 +524,7 @@ int main (int argc, char **argv)
|
||
|
}]])],[mutt_cv_worldwrite=yes],[mutt_cv_worldwrite=no],[mutt_cv_worldwrite=no])])
|
||
|
|
||
|
mutt_cv_setgid=no
|
||
|
- if test $mutt_cv_worldwrite = yes; then
|
||
|
- AC_DEFINE(USE_DOTLOCK,1,[ Define to use dotlocking for mailboxes. ])
|
||
|
- else
|
||
|
+ if test $mutt_cv_worldwrite != yes; then
|
||
|
|
||
|
AC_CACHE_CHECK(if $mutt_cv_mailpath is group writable, mutt_cv_groupwrite, [AC_RUN_IFELSE([AC_LANG_SOURCE([[#include <sys/types.h>
|
||
|
#include <sys/stat.h>
|
||
|
@@ -542,7 +540,6 @@ int main (int argc, char **argv)
|
||
|
}]])],[mutt_cv_groupwrite=yes],[mutt_cv_groupwrite=no],[mutt_cv_groupwrite=no])])
|
||
|
|
||
|
if test $mutt_cv_groupwrite = yes; then
|
||
|
- AC_DEFINE(USE_DOTLOCK,1,[ Define to use dotlocking for mailboxes. ])
|
||
|
AC_DEFINE(USE_SETGID,1,[ Define if mutt should run setgid "mail". ])
|
||
|
mutt_cv_setgid=yes
|
||
|
fi
|