summaryrefslogtreecommitdiff
path: root/src/external/krb5.m4
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2013-10-15 12:40:41 +0200
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2013-10-17 13:17:26 +0200
commitf41ecfd90bcfc43c6e2c4151e6124e431587a02b (patch)
tree02ae709554547748ee94dd845936c21de080446d /src/external/krb5.m4
parent51fa7df2e7ace828251a3ba73311d47c15840f2b (diff)
downloadsssd-f41ecfd90bcfc43c6e2c4151e6124e431587a02b.tar.gz
sssd-f41ecfd90bcfc43c6e2c4151e6124e431587a02b.tar.bz2
sssd-f41ecfd90bcfc43c6e2c4151e6124e431587a02b.zip
heimdal: Add a check whether profile.h exists
Diffstat (limited to 'src/external/krb5.m4')
-rw-r--r--src/external/krb5.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/src/external/krb5.m4 b/src/external/krb5.m4
index 1a50bf1c..b9d6ff20 100644
--- a/src/external/krb5.m4
+++ b/src/external/krb5.m4
@@ -37,7 +37,7 @@ SAVE_CFLAGS=$CFLAGS
SAVE_LIBS=$LIBS
CFLAGS="$CFLAGS $KRB5_CFLAGS"
LIBS="$LIBS $KRB5_LIBS"
-AC_CHECK_HEADERS([krb5.h krb5/krb5.h])
+AC_CHECK_HEADERS([krb5.h krb5/krb5.h profile.h])
AC_CHECK_TYPES([krb5_ticket_times, krb5_times, krb5_trace_info], [], [],
[ #ifdef HAVE_KRB5_KRB5_H
#include <krb5/krb5.h>