--- configure.in.orig Thu May 2 01:21:49 2002 +++ configure.in Wed Jul 17 17:08:49 2002 @@ -591,7 +591,7 @@ then if test "$with_sasl" != "yes" then - CPPFLAGS="$CPPFLAGS -I$with_sasl/include" + CPPFLAGS="$CPPFLAGS -I$with_sasl/include/sasl1" LDFLAGS="$LDFLAGS -L$with_sasl/lib" fi @@ -644,7 +644,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 ],