From c032cb29b2f42fad6bddfb70754c8ac198c13ad1 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Mon, 14 Dec 1998 21:10:25 +0000 Subject: [PATCH] Import kerberos changes from devel. --- configure.in | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/configure.in b/configure.in index 33228d81ed..26be22c20f 100644 --- a/configure.in +++ b/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 \ -- 2.47.2