cosmetics
authorPierre Habouzit <madcoder@debian.org>
Sat, 4 Nov 2006 17:08:36 +0000 (18:08 +0100)
committerPierre Habouzit <madcoder@debian.org>
Sat, 4 Nov 2006 17:08:36 +0000 (18:08 +0100)
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
configure.ac

index b61d428..c4ca9ef 100644 (file)
@@ -64,7 +64,7 @@ fi
 AC_SUBST([DEBUGGER])
 
 AH_TEMPLATE([sig_atomic_t],
-            [/* Define to `int' if <signal.h> doesn't define.])
+            [Define to 'int' if <signal.h> doesn't define.])
 AH_TEMPLATE([HAVE_START_COLOR],
             [Define if you have start_color, as a function or macro.])
 AH_TEMPLATE([HAVE_TYPEAHEAD],
@@ -114,7 +114,7 @@ OPS='$(srcdir)/OPS'
                else
                        LIBGPGME_CFLAGS=`$GPGME_CONFIG --cflags`
                        LIBGPGME_LIBS=`$GPGME_CONFIG --libs`
-      MUTTLIBS="$MUTTLIBS $LIBGPGME_LIBS"
+                        MUTTLIBS="$MUTTLIBS $LIBGPGME_LIBS"
                        MUTT_LIB_OBJECTS="$MUTT_LIB_OBJECTS crypt-gpgme.o crypt-mod-pgp-gpgme.o crypt-mod-smime-gpgme.o"
                        AC_DEFINE(CRYPT_BACKEND_GPGME, 1,
                                  [Defined, if GPGME support is enabled])
@@ -141,14 +141,14 @@ OPS='$(srcdir)/OPS'
                        have_smime=no
                fi
        ])
+
        if test x$have_smime != xno ; then
                AC_DEFINE(CRYPT_BACKEND_CLASSIC_SMIME,1,
                   [ Define if you want clasic S/MIME support. ])
                MUTT_LIB_OBJECTS="$MUTT_LIB_OBJECTS smime.o crypt-mod-smime-classic.o"
                SMIMEAUX_TARGET="smime_keysng"
        fi
-  
+
         AC_ARG_WITH(mixmaster, AC_HELP_STRING([--with-mixmaster[=PATH]], [Include Mixmaster support]),
                 [if test -x "$withval" ; then
                         MIXMASTER="$withval"
@@ -299,14 +299,8 @@ AC_EGREP_HEADER(sig_atomic_t,signal.h,
     ac_cv_type_sig_atomic_t=yes;
     AC_EGREP_HEADER(volatile.*sig_atomic_t,
                     signal.h,
-                    [
-                        is_sig_atomic_t_volatile=yes;
-                        AC_MSG_RESULT([yes, volatile])
-                    ],
-                    [
-                        is_sig_atomic_t_volatile=no;
-                        AC_MSG_RESULT([yes, non volatile])
-                    ])
+                    [is_sig_atomic_t_volatile=yes; AC_MSG_RESULT([yes, volatile])],
+                    [is_sig_atomic_t_volatile=no;  AC_MSG_RESULT([yes, non volatile])])
   ],
   [
     AC_MSG_RESULT(no)
@@ -368,7 +362,9 @@ fi
 
 
 AC_ARG_WITH(homespool,
-  AC_HELP_STRING([--with-homespool[=FILE]], [File in user's directory where new mail is spooled]), with_homespool=${withval})
+            AC_HELP_STRING([--with-homespool[=FILE]],
+                           [File in user's directory where new mail is spooled]),
+                           with_homespool=${withval})
 if test x$with_homespool != x; then
         if test $with_homespool = yes; then
                 with_homespool=mailbox