summaryrefslogtreecommitdiff
path: root/src/providers/krb5/krb5_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/providers/krb5/krb5_common.c')
-rw-r--r--src/providers/krb5/krb5_common.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/providers/krb5/krb5_common.c b/src/providers/krb5/krb5_common.c
index c40f0dd4..63d81d6d 100644
--- a/src/providers/krb5/krb5_common.c
+++ b/src/providers/krb5/krb5_common.c
@@ -33,7 +33,7 @@
#include "providers/krb5/krb5_opts.h"
#include "providers/krb5/krb5_utils.h"
-#ifdef HAVE_KRB5_CC_COLLECTION
+#ifdef HAVE_PROFILE_H
/* krb5 profile functions */
#include <profile.h>
#endif
@@ -91,7 +91,7 @@ done:
return ret;
}
-#ifdef HAVE_KRB5_CC_COLLECTION
+#ifdef HAVE_PROFILE_H
/* source default_ccache_name from krb5.conf */
static errno_t sss_get_system_ccname_template(TALLOC_CTX *mem_ctx,
char **ccname)