X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=configure.in;h=b64c489470fa46538ff20552185fd6735463d4ae;hb=853814d952958385f5d212d167dff4edd3802f3f;hp=59d9207fc6eb952a3db52cf5f696829f3ee35c19;hpb=ff610b72f05b849f45730692195932852810541c;p=mmh diff --git a/configure.in b/configure.in index 59d9207..b64c489 100644 --- a/configure.in +++ b/configure.in @@ -367,20 +367,6 @@ if test -z "$editorpath"; then fi AC_SUBST(editorpath)dnl -dnl Check for broken vi -AC_CACHE_CHECK(for broken vi, nmh_cv_attvibug, -[if echo 'r /nonexist-file -q' | ex > /dev/null -then - nmh_cv_attvibug=no -else - nmh_cv_attvibug=yes -fi]) - -if test "$nmh_cv_attvibug" = yes; then - AC_DEFINE(ATTVIBUG)dnl -fi - dnl ---------------------------------------------------------- dnl FIND MAIL SPOOL AND SEE IF WE NEED TO MAKE inc SETGID MAIL dnl ---------------------------------------------------------- @@ -426,7 +412,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