[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CVS gss
From: |
gss-commit |
Subject: |
CVS gss |
Date: |
Thu, 15 Dec 2005 10:33:05 +0100 |
Update of /home/cvs/gss
In directory dopio:/tmp/cvs-serv4518
Modified Files:
configure.ac
Log Message:
Fix.
--- /home/cvs/gss/configure.ac 2005/10/23 21:43:45 1.71
+++ /home/cvs/gss/configure.ac 2005/12/15 09:33:05 1.72
@@ -61,6 +61,9 @@
if test "$ac_cv_libshishi" = yes; then
AC_DEFINE(USE_KERBEROS5, 1, [Define to 1 if you want Kerberos 5 mech.])
INCLUDE_GSS_KRB5='#include <gss/krb5.h>'
+ kerberos5=yes
+ else
+ kerberos5=no
fi
fi
AC_MSG_CHECKING([if the Kerberos V5 mechanism should be supported])