From c85f9b48517385e3cc95deb1d3b1bc72e5124d58 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Sat, 29 Jan 2000 10:20:21 +1100 Subject: - Added note in UPGRADING re interop with commercial SSH using idea. Report from Jim Knoble - Fix linking order for Kerberos/AFS. Fix from Holget Trapp --- configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 6423b62e2..2ff4aba59 100644 --- a/configure.in +++ b/configure.in @@ -630,7 +630,7 @@ AC_ARG_WITH(kerberos4, AC_MSG_WARN([Cannot find libkrb, build may fail]) fi - LIBS="$LIBS -lkrb -ldes" + KLIBS="-lkrb -ldes" AC_CHECK_LIB(resolv, dn_expand, , ) KRB4=yes AC_DEFINE(KRB4) @@ -661,6 +661,7 @@ AC_ARG_WITH(afs, fi ] ) +LIBS="$LIBS $KLIBS" dnl Check whether user wants S/Key support AC_ARG_WITH(skey, -- cgit v1.2.3