diff -Pur mutt-1.4-base/m4/gssapi.m4 mutt-1.4/m4/gssapi.m4 --- mutt-1.4-base/m4/gssapi.m4 Wed Apr 17 12:04:34 2002 +++ mutt-1.4/m4/gssapi.m4 Fri Jun 14 11:33:11 2002 @@ -10,6 +10,9 @@ [ GSSAPI_PREFIX=[$]$1 GSSAPI_IMPL="none" + saved_CPPFLAGS="$CPPFLAGS" + saved_LDFLAGS="$LDFLAGS" + saved_LIBS="$LIBS" dnl First try krb5-config if test "$GSSAPI_PREFIX" != "yes" then @@ -29,9 +32,6 @@ esac else dnl No krb5-config, run the old code - saved_CPPFLAGS="$CPPFLAGS" - saved_LDFLAGS="$LDFLAGS" - saved_LIBS="$LIBS" if test "$GSSAPI_PREFIX" != "yes" then GSSAPI_CFLAGS="-I$GSSAPI_PREFIX/include"