X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=configure.ac;h=2cda6e08946ff3ea339b363e40c658a9e553fa5e;hp=fda0e5a45b4e10dacf76130dee68430aba99223c;hb=aa2ba01b2dc678047d13572942628a39c7cf40dd;hpb=fe6c01d9f21c739dc729288ea350db865c5dbf95 diff --git a/configure.ac b/configure.ac index fda0e5a..2cda6e0 100644 --- a/configure.ac +++ b/configure.ac @@ -250,7 +250,7 @@ dnl See whether the mail spool directory is world-writable. if test "$lspath" != "no" -a "$cutpath" != "no"; then AC_CACHE_CHECK(whether the mail spool is world-writable, nmh_cv_mailspool_world_writable, - [if test "`$lspath -dlL $mailspool | $cutpath -c9`" = "-"; then + [if test "`$lspath -dl $mailspool/ | $cutpath -c9`" = "-"; then nmh_cv_mailspool_world_writable=no else nmh_cv_mailspool_world_writable=yes