blob: 01b231bd4c5cda894eb33238e5701114f34492ec (
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.9 2006/10/04 12:07:53 obache Exp $
--- configure.in.orig 2006-05-18 15:06:13.000000000 -0400
+++ 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
@@ -528,7 +523,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"
|