$NetBSD: patch-aa,v 1.10 2005/02/15 12:32:38 tv Exp $

--- configure.in.orig	2005-02-15 07:16:40.000000000 -0500
+++ configure.in
@@ -44,12 +44,7 @@ dnl
 AC_INIT(lib/saslint.h)
 AC_PREREQ([2.54])
 
-dnl use ./config.cache as the default cache file.
-dnl we require a cache file to successfully configure our build.
-if test $cache_file = "/dev/null"; then
-cache_file="./config.cache"
 AC_CACHE_LOAD
-fi
 
 AC_CONFIG_AUX_DIR(config)
 AC_CANONICAL_HOST
@@ -486,7 +481,6 @@ SASL_KERBEROS_V4_CHK
 SASL_GSSAPI_CHK
 
 if test "$gssapi" != "no"; then
-  AC_DEFINE(STATIC_GSSAPIV2,[],[Link GSSAPI Staticly])
   mutex_default="no"
   if test "$gss_impl" = "mit"; then
      mutex_default="yes"
