From b1cf8f6cdafe1e9f6c2140617d42178bf5d4cf24 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 27 Nov 2001 07:09:06 +0000 Subject: sigh. some systems have libkrb5 but not krb5.h (This used to be commit 4b89fdecfcf384e7434470a9dcc963f9d96498d1) --- source3/include/includes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/include/includes.h') diff --git a/source3/include/includes.h b/source3/include/includes.h index f0ab1a2c21..0a3fd1f4c0 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -377,7 +377,7 @@ #include #endif -#if HAVE_KRB5 +#if HAVE_KRB5_H #include #endif @@ -390,7 +390,7 @@ #endif /* we support ADS if we have krb5 and ldap libs */ -#if defined(HAVE_KRB5) && defined(HAVE_LDAP) && defined(HAVE_LDAP_H) && defined(HAVE_SASL_H) +#if defined(HAVE_KRB5) && defined(HAVE_KRB5_H) && defined(HAVE_LDAP) && defined(HAVE_LDAP_H) && defined(HAVE_SASL_H) #define HAVE_ADS #endif -- cgit