summaryrefslogtreecommitdiffstats
path: root/source/configure.in
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-11-27 15:52:57 +0100
committerKarolin Seeger <kseeger@samba.org>2010-01-13 14:01:03 +0100
commitd68c0ddaa442ec9e40a192d0b399109fc9b2d511 (patch)
tree4cad2f57b2281ac5812565af89d0e9a8fc1210d9 /source/configure.in
parente9d846263b692c47550fc0ae0dbdf073886934bf (diff)
downloadsamba-d68c0ddaa442ec9e40a192d0b399109fc9b2d511.tar.gz
samba-d68c0ddaa442ec9e40a192d0b399109fc9b2d511.tar.xz
samba-d68c0ddaa442ec9e40a192d0b399109fc9b2d511.zip
s3-kerberos: only use krb5 headers where required.
This seems to be the only way to deal with mixed heimdal/MIT setups during merged build. Guenther (cherry picked from commit 60262369fc2ae19f6d9263e35b5db9b09b603a1b)
Diffstat (limited to 'source/configure.in')
-rw-r--r--source/configure.in5
1 files changed, 1 insertions, 4 deletions
diff --git a/source/configure.in b/source/configure.in
index 6594e7cca46..ba68a3cadeb 100644
--- a/source/configure.in
+++ b/source/configure.in
@@ -3563,10 +3563,7 @@ if test x"$with_ads_support" != x"no"; then
samba_cv_HAVE_KRB5_DEPRECATED_WITH_IDENTIFIER=no)])
if test x"$samba_cv_HAVE_KRB5_DEPRECATED_WITH_IDENTIFIER" = x"yes"; then
- AC_DEFINE(KRB5_DEPRECATED, 1,
- [Whether to use deprecated krb5 interfaces])
- else
- AC_DEFINE(KRB5_DEPRECATED,,
+ AC_DEFINE(HAVE_KRB5_DEPRECATED_WITH_IDENTIFIER, 1,
[Whether to use deprecated krb5 interfaces])
fi
fi