mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-22 14:39:24 -05: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])
|
AC_SEARCH_LIBS([socket], [xnet])
|
||||||
if test "$with_gssapi" != "no"; then
|
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
|
fi
|
||||||
|
|
||||||
AC_CHECK_FUNCS([getaddrinfo ptsname setresuid strsignal updwtmpx])
|
AC_CHECK_FUNCS([getaddrinfo ptsname setresuid strsignal updwtmpx])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user