freebsd-ports/mail/mutt/files/patch-configure.in
Martin Wilke 80b3ea3af1 - Remove SASL1 support
PR:		112076
Submitted by:	Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
2007-04-24 22:12:16 +00:00

11 lines
359 B
Text

--- configure.in.orig Mon Nov 11 14:11:26 2002
+++ configure.in Mon Nov 11 14:12:09 2002
@@ -625,7 +625,7 @@
fi])
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 ],