if test $mutt_cv_worldwrite = yes; then
AC_DEFINE(USE_DOTLOCK,1,[ Define to use dotlocking for mailboxes. ])
else
-
AC_CACHE_CHECK(if $mutt_cv_mailpath is group writable, mutt_cv_groupwrite, [AC_TRY_RUN([#include <sys/types.h>
#include <sys/stat.h>
dnl -- socket dependencies --
-AC_ARG_ENABLE(nntp, [ --enable-nntp Enable NNTP support],
-[ if test x$enableval = xyes ; then
+AC_ARG_ENABLE(nntp, AC_HELP_STRING([--enable-nntp],[Enable NNTP support]),[
+ if test x$enableval = xyes ; then
AC_DEFINE(USE_NNTP,1,[ Compiling with newsreading support with NNTP ])
LIBNNTP="-Lnntp -lnntp"
LIBNNTPDEPS="\$(top_srcdir)/nntp/nntp.h nntp/libnntp.a"