diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 05ec29f8da..6f6425a12b 100644 --- a/configure.in +++ b/configure.in @@ -629,8 +629,10 @@ if test "$x{with_krb5}" != "xno"; then if test "$ac_cv_lib_kerberos5" != "no"; then AC_DEFINE(HAVE_KRB5) if test "$ac_cv_lib_kerberos5" == "$mitlibs"; then + AC_DEFINE(HAVE_MIT_KRB5) msg_krb5="yes (MIT)" else + AC_DEFINE(HAVE_HEIMDAL_KRB5) msg_krb5="yes (Heimdal)" fi KRB5_CFLAGS="-I$with_krb5/include/krb5" |