summaryrefslogtreecommitdiff
path: root/security/cyrus-sasl/patches/patch-aa
blob: 4022e64a10177f27c24232380b3f96ef7385ec48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
$NetBSD: patch-aa,v 1.7 2006/04/13 21:32:40 wiz 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"