mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-01 04:29:35 -05:00
Update kerberos checks.
This commit is contained in:
parent
6c2949ed86
commit
a3c8546021
2 changed files with 289 additions and 349 deletions
12
configure.in
12
configure.in
|
|
@ -343,12 +343,12 @@ if test $ol_with_kerberos = auto -o $ol_with_kerberos = k4 ; then
|
|||
fi
|
||||
fi
|
||||
|
||||
if test $ol_link_kerberos = yes ; then
|
||||
save_LIBS=$LIBS
|
||||
$LIBS="$KRB_LIBS $LIBS"
|
||||
AC_CHECK_FUNCS(des_string_to_key)
|
||||
LIBS=$save_LIBS
|
||||
fi
|
||||
dnl if test $ol_link_kerberos = yes ; then
|
||||
dnl save_LIBS=$LIBS
|
||||
dnl LIBS="$KRB_LIBS $LIBS"
|
||||
dnl AC_CHECK_FUNCS(des_string_to_key)
|
||||
dnl LIBS=$save_LIBS
|
||||
dnl fi
|
||||
|
||||
ol_link_threads=no
|
||||
if test $ol_with_threads = auto -o $ol_with_threads = yes \
|
||||
|
|
|
|||
Loading…
Reference in a new issue