curl-library
[PATCH] GSSAPI detection on ancient Linux distros
From: Paul Howarth <paul_at_city-fan.org>
Date: Thu, 15 Apr 2010 17:27:07 +0100
Received on 2010-04-15
Date: Thu, 15 Apr 2010 17:27:07 +0100
On some ancient distributions such as RHEL-3, <gssapi/gssapi_krb5.h> needs
to be processed after <gssapi/gssapi.h>, but does not include it itself.
This patch checks for <gssapi/gssapi.h> first and then includes it
in the test for <gssapi/gssapi_krb5.h>, resolving the problem.
Without the patch, <gssapi/gssapi_krb5.h> is "present but cannot be
compiled".
Cheers, Paul.
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
- text/x-patch attachment: curl-7.20.1-ancient-gssapi.patch