diff options
Diffstat (limited to 'source3/configure.in')
-rw-r--r-- | source3/configure.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/configure.in b/source3/configure.in index a2706769e6..bf02ba9d8b 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -1637,6 +1637,11 @@ AC_ARG_WITH(krb5, AC_MSG_RESULT(no) ) +# now check for krb5.h. Some systems have the libraries without the headers! +# note that this check is done here to allow for different kerberos +# include paths +AC_CHECK_HEADERS(krb5.h) + ################################################################## # we might need the k5crypto and com_err libraries on some systems AC_CHECK_LIB(com_err, _et_list, [LIBS="$LIBS -lcom_err"]) |