Update kerberos checks.

This commit is contained in:
Kurt Zeilenga 1998-12-10 23:35:28 +00:00
parent 6c2949ed86
commit a3c8546021
2 changed files with 289 additions and 349 deletions

626
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -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 \