From: Pierre Habouzit Date: Wed, 8 Nov 2006 22:08:38 +0000 (+0100) Subject: more simplifcations X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=commitdiff_plain;h=6ea736d5aa28a6e24885bc8278d080d5a0f8dfb8 more simplifcations Signed-off-by: Pierre Habouzit --- diff --git a/configure.ac b/configure.ac index 65260ca..9bc1c0d 100644 --- a/configure.ac +++ b/configure.ac @@ -352,7 +352,6 @@ int main (int argc, char **argv) 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 #include @@ -394,8 +393,8 @@ AC_SUBST(DOTLOCK_PERMISSION) 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"