]> git.ipfire.org Git - thirdparty/curl.git/commit
configure: GSSAPI detection on ancient Linux distros
authorPaul Howarth <paul@city-fan.org>
Fri, 16 Apr 2010 13:09:32 +0000 (15:09 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 16 Apr 2010 13:09:32 +0000 (15:09 +0200)
commitcca192e58f9ed7c4b33c1c991f69ff830c58b38f
treec6cc2009de21e5285338b745e5337ed4c429c73b
parentf3d4b17a9cf4b92778a945c00a9df9b4856b97f6
configure: GSSAPI detection on ancient Linux distros

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".
configure.ac