blob: 4e27667bfdd964e30bfeda0137d2fccc327f17f4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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 ],
|