diff options
Diffstat (limited to 'mail/mutt')
-rw-r--r-- | mail/mutt/files/patch-configure.in | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/mail/mutt/files/patch-configure.in b/mail/mutt/files/patch-configure.in index 4e27667bfdd9..e255741da094 100644 --- a/mail/mutt/files/patch-configure.in +++ b/mail/mutt/files/patch-configure.in @@ -1,11 +1,14 @@ ---- configure.in.orig Mon Nov 11 14:11:26 2002 -+++ configure.in Mon Nov 11 14:12:09 2002 -@@ -625,7 +625,7 @@ - fi]) - +--- configure.in.orig 2007-05-26 17:58:12.000000000 -0700 ++++ configure.in 2012-05-03 18:04:49.000000000 -0700 +@@ -31,6 +31,2 @@ + AC_ISC_POSIX +-AM_C_PROTOTYPES +-if test "x$U" != "x"; then +- AC_MSG_ERROR(Compiler not ANSI compliant) +-fi + AC_PROG_CPP +@@ -629,3 +625,3 @@ if test x$GCC = xyes -a $mutt_cv_warnings = yes; then - CFLAGS="-Wall -pedantic $CFLAGS" + CFLAGS="-Wall $CFLAGS" fi - - AC_ARG_ENABLE(nfs-fix, [ --enable-nfs-fix Work around an NFS with broken attributes caching ], |