mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
sigh.
some systems have libkrb5 but not krb5.h
(This used to be commit 4b89fdecfc
)
This commit is contained in:
parent
064b3e7da7
commit
b1cf8f6cda
@ -377,7 +377,7 @@
|
|||||||
#include <iconv.h>
|
#include <iconv.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAVE_KRB5
|
#if HAVE_KRB5_H
|
||||||
#include <krb5.h>
|
#include <krb5.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@ -390,7 +390,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* we support ADS if we have krb5 and ldap libs */
|
/* 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
|
#define HAVE_ADS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user