This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU gss".
http://git.savannah.gnu.org/cgit/gss.git/commit/?id=7952494036b39beaec8290badfe0a62ac3fda31f The branch, master has been updated via 7952494036b39beaec8290badfe0a62ac3fda31f (commit) from 3d2d67671254e82ef61c6119325189400bcb25aa (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 7952494036b39beaec8290badfe0a62ac3fda31f Author: Simon Josefsson <[email protected]> Date: Thu Apr 22 09:52:53 2010 +0200 Fix Shishi detection. ----------------------------------------------------------------------- Summary of changes: configure.ac | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index eff12c0..a3d8982 100644 --- a/configure.ac +++ b/configure.ac @@ -74,7 +74,8 @@ AC_ARG_ENABLE(kerberos5, [disable Kerberos V5 mechanism unconditionally]), kerberos5=$enableval) if test "$kerberos5" != "no" ; then - AC_LIB_HAVE_LINKFLAGS(shishi,, [#include <shishi.h>], [shishi_key_timestamp();]) + AC_LIB_HAVE_LINKFLAGS(shishi,, [#include <shishi.h>], + [shishi_key_timestamp (0);]) 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>' hooks/post-receive -- GNU gss _______________________________________________ Gss-commit mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gss-commit
