mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-27 03:20:22 +08:00
ITS#5846 check for Solaris -lgss
This commit is contained in:
parent
ba0863d500
commit
df018dd975
@ -1177,6 +1177,11 @@ case $ol_with_gssapi in yes | auto)
|
||||
[ol_link_gssapi=yes;GSSAPI_LIBS="-lgssapi_krb5"],
|
||||
[ol_link_gssapi=no])
|
||||
fi
|
||||
if test $ol_link_gssapi != yes ; then
|
||||
AC_CHECK_LIB(gss, gss_wrap,
|
||||
[ol_link_gssapi=yes;GSSAPI_LIBS="-lgss"],
|
||||
[ol_link_gssapi=no])
|
||||
fi
|
||||
fi
|
||||
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user