Re: OpenSSH+GSSAPI & HP/UX 11i...
Roumen Petrov wrote:[color=blue]
> I guess that is better when configure found gssapi/gssapi.h to search
> for gssapi/gssapi_krb5.h and gssapi/gssapi_generic.h
> if not to search for gssapi.h gssapi_krb5.h and gssapi_generic.h, but
> you patch is more simple.[/color]
That can be added if necessary.
[color=blue]
> Opposite of simple patch is proper detection of header files without
> extra platform specific flags like "check_gssapi_gssapi_h_first=1".[/color]
I'm not sure how that is possible.
No matter what you do to the compiler flags, configure is going to find
gssapi.h at /usr/include/gssapi.h unless it's found in the include search
path earlier.
I guess adding -I$KRB5ROOT/include/gssapi/ might work but I have no idea
if that will blow up elsewhere...
--
Darren Tucker (dtucker at zip.com.au)
GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69
Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.
_______________________________________________
openssh-unix-dev mailing list
[email]openssh-unix-dev@mindrot.org[/email]
[url]http://www.mindrot.org/mailman/listinfo/openssh-unix-dev[/url]