From 9c51b193c0b4d5412676f5205e3d1f710057fa46 Mon Sep 17 00:00:00 2001 From: Brendan Cully Date: Thu, 24 May 2012 22:02:57 -0700 Subject: [PATCH] Remove AM_C_PROTOTYPES from configure.ac (closes #3579) I doubt we have any users of that macro nowadays. It will be interesting to hear about it if we do. --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index f46091724..c4f5b48b5 100644 --- a/configure.ac +++ b/configure.ac @@ -30,7 +30,6 @@ AC_MSG_RESULT($mutt_cv_prefix) AC_PROG_CC AC_ISC_POSIX -AM_C_PROTOTYPES if test "x$U" != "x"; then AC_MSG_ERROR(Compiler not ANSI compliant) fi -- 2.40.0