From 4be6b90403ad4e3f1dd4da297291eb1bf301bebc Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 9 Apr 2002 00:04:05 +0000 Subject: Various cleanup patches. svn path=/trunk/; revision=3612 --- configure.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 3b4d11dc..63aa3931 100644 --- a/configure.in +++ b/configure.in @@ -40,7 +40,6 @@ AC_PROG_YACC AC_SUBST(CPFLAGS) AC_SUBST(CEFLAGS) AC_SUBST(LDEFLAGS) -AC_SUBST(LIBOBJS) # Check for LynxOS special case: -lbsd needed (at least on 2.3.0) and -s # not working. @@ -411,7 +410,7 @@ then AC_DEFINE(HEIMDAL) AC_DEFINE(KERBEROS_V5) CEFLAGS="$CEFLAGS -I/usr/include/kerberosV" - LIBS="$LIBS -lasn1 -lkrb5 -lcom_err" + LIBS="$LIBS -lasn1 -lkrb5 -lcom_err -lkafs" else if test "$with_kerberos5" != "yes" then -- cgit v1.2.3