help-gsasl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

wrong GSS version number required by GSASL 1.8.0


From: Marco Maggi
Subject: wrong GSS version number required by GSASL 1.8.0
Date: Fri, 14 Jun 2013 08:40:01 +0200

Ciao,

  I noticed  that GSASL  version 1.8.0 requires  GSS version
number greater than 0x010000 in a "configure.ac":

   AC_LIB_HAVE_LINKFLAGS(gss,, [#include <gss.h>], [
   #if GSS_VERSION_NUMBER < 0x010000
   too old version
   #else
   gss_check_version (0);
   #endif
   ])

but GSS version  0.1.5 has 0x000105.  Is this an  error or a
way to always exclude GSS?

TIA
-- 
Marco Maggi



reply via email to

[Prev in Thread] Current Thread [Next in Thread]