mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-21 15:19:34 -05:00
ITS#5846 check for Solaris -lgss
This commit is contained in:
parent
ba0863d500
commit
df018dd975
1 changed files with 5 additions and 0 deletions
|
|
@ -1177,6 +1177,11 @@ case $ol_with_gssapi in yes | auto)
|
||||||
[ol_link_gssapi=yes;GSSAPI_LIBS="-lgssapi_krb5"],
|
[ol_link_gssapi=yes;GSSAPI_LIBS="-lgssapi_krb5"],
|
||||||
[ol_link_gssapi=no])
|
[ol_link_gssapi=no])
|
||||||
fi
|
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
|
fi
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue