fixed threading issues as described in ticket [ 1971514 ]
[mod_auth_kerb.git] / configure.in
index 96f9330..95b70b1 100644 (file)
@@ -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=""