X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=configure.in;h=95b70b14a6e2b67e7deac42827eb5d6f1d2a2f71;hb=90024fb09d04ccf4d7068f4ab41886829f29c906;hp=7f70d4fb495541ac845fe39bedc5bf01b24e89f8;hpb=d9ee5333c9a88d0b97d6391de8f024ce75457f31;p=mod_auth_kerb.git diff --git a/configure.in b/configure.in index 7f70d4f..95b70b1 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ # Process this file with autoconf to produce a configure script. AC_REVISION($Revision$) AC_PREREQ(2.57) -AC_INIT(mod_auth_kerb, 5.0, modauthkerb-developers@lists.sourceforge.net) +AC_INIT(mod_auth_kerb, 5.3, modauthkerb-developers@lists.sourceforge.net) AC_CONFIG_SRCDIR([src/mod_auth_kerb.c]) AC_CONFIG_HEADER([config.h]) @@ -117,6 +117,9 @@ if test "x$with_krb5" != "xno" ; then else with_krb5=yes AC_DEFINE(KRB5) + AC_CHECK_LIB(krb5, + krb5_cc_new_unique, + [ AC_DEFINE(HAVE_KRB5_CC_NEW_UNIQUE) ]) # check for Heimdal have_heimdal=""