diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2012-08-15 23:41:03 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2012-08-15 23:41:03 +0200 |
commit | 91b6ab63f35f8f11544b401fced7859d963ad06c (patch) | |
tree | 90b7dba76e665983c226e3c987c1e46e368ed89a /NEWS | |
parent | 0f4692d4340712874b66f37228ce73c93ec75aac (diff) | |
download | fetchmail-91b6ab63f35f8f11544b401fced7859d963ad06c.tar.gz fetchmail-91b6ab63f35f8f11544b401fced7859d963ad06c.tar.bz2 fetchmail-91b6ab63f35f8f11544b401fced7859d963ad06c.zip |
GSSAPI build fix.
The GSSAPI-related autoconf code now matches gssapi.c better, and uses
a different check to look for GSS_C_NT_HOSTBASED_SERVICE.
This fixes the GSSAPI-enabled build on NetBSD 6 Beta.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -94,6 +94,10 @@ fetchmail-6.3.22 (not yet released): * The Server certificate: message in verbose mode now appears on stdout like the remainder of the output. Reported by Henry Jensen, to fix Debian Bug #639807. +* The GSSAPI-related autoconf code now matches gssapi.c better, and uses + a different check to look for GSS_C_NT_HOSTBASED_SERVICE. + This fixes the GSSAPI-enabled build on NetBSD 6 Beta. + # CHANGES * On systems where SSLv2_client_method isn't defined in OpenSSL (such as newer Debian, and Ubuntu starting with 11.10 oneiric ocelot), don't |