mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 01:48:00 +00:00
Alex Besogonov suggests that our Unix autoconf GSSAPI library search order is
sub-optimal -- apparently it prefers shishi above Heimdal, and apparently that's bad. [originally from svn r8610]
This commit is contained in:
parent
506a81d5ba
commit
0abd192e83
@ -45,7 +45,7 @@ AC_SUBST([all_targets])
|
||||
|
||||
AC_SEARCH_LIBS([socket], [xnet])
|
||||
if test "$with_gssapi" != "no"; then
|
||||
AC_SEARCH_LIBS([gss_init_sec_context], [gss gssapi gssapi_krb5])
|
||||
AC_SEARCH_LIBS([gss_init_sec_context], [gssapi gssapi_krb5 gss])
|
||||
fi
|
||||
|
||||
AC_CHECK_FUNCS([getaddrinfo ptsname setresuid strsignal updwtmpx])
|
||||
|
Loading…
Reference in New Issue
Block a user