Skip to content

Commit

Permalink
build: light tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
flatcap committed May 17, 2017
1 parent 2e24ad4 commit 43bc341
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
dnl To create the configure script, run:
dnl autoreconf -i

dnl !!! WHEN ADDING NEW CONFIGURE TESTS, PLEASE ADD CODE TO MAIN.C !!!
dnl !!! TO DUMP THEIR RESULTS WHEN MUTT -V IS CALLED !!!

CFLAGS=$CFLAGS
LDFLAGS=$LDFLAGS

Expand Down Expand Up @@ -95,7 +92,6 @@ AC_DEFINE_UNQUOTED(SENDMAIL,"$ac_cv_path_SENDMAIL", [Where to find sendmail on y

OPS='$(srcdir)/OPS $(srcdir)/OPS.SIDEBAR'


dnl Define the option to enable everything before any feature / option is declared
dnl This is important because it allows us to set a default value for the options
dnl that can later be overridden by the user's command line options.
Expand Down Expand Up @@ -130,7 +126,6 @@ AS_IF([test x$enable_everything = "xyes"], [
use_lua="no"
])


dnl : A note about the organization of this file
dnl : =========================================================================
dnl : All features and options must be defined below the line marked as their
Expand Down Expand Up @@ -176,7 +171,6 @@ AC_ARG_WITH(mixmaster,

dnl == End of Features and Options Definitions ==


dnl == Declare all the checks and code for options / features below this line ==

dnl --enable-gpgme
Expand Down Expand Up @@ -261,7 +255,6 @@ AS_IF([test "$alongwith_mixmaster" != "no"], [
AC_DEFINE_UNQUOTED(MIXMASTER, "$MIXMASTER", [Where to find mixmaster on your system.])
])


# We now require all OPS
OPS="$OPS \$(srcdir)/OPS.PGP \$(srcdir)/OPS.SMIME \$(srcdir)/OPS.CRYPT "
AC_SUBST([OPS])
Expand Down Expand Up @@ -409,7 +402,6 @@ AC_CHECK_DECLS([sys_siglist],[],[],[#include <signal.h>
# include <unistd.h>
])


AC_REPLACE_FUNCS([wcscasecmp strcasestr])

dnl Set the atime of files
Expand Down

0 comments on commit 43bc341

Please sign in to comment.