more simplifcations
authorPierre Habouzit <madcoder@debian.org>
Wed, 8 Nov 2006 22:08:38 +0000 (23:08 +0100)
committerPierre Habouzit <madcoder@debian.org>
Wed, 8 Nov 2006 22:08:38 +0000 (23:08 +0100)
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
configure.ac

index 65260ca..9bc1c0d 100644 (file)
@@ -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 <sys/types.h>
 #include <sys/stat.h>
 
@@ -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"