From 4574b2f5fb51aa4f1f509380202b8214f372974b Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Mon, 26 Feb 1996 08:32:46 +0000 Subject: [PATCH] Call USE_ANAME so we get the right db libraries under Linux. (I'm not quite sure I understand Richard's db changes, but if I do understand them, this is correct.) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7547 dc483132-0cff-0310-8789-dd5450dbe970 --- src/appl/bsd/ChangeLog | 5 +++++ src/appl/bsd/configure.in | 1 + 2 files changed, 6 insertions(+) diff --git a/src/appl/bsd/ChangeLog b/src/appl/bsd/ChangeLog index c05209c48..118d1d687 100644 --- a/src/appl/bsd/ChangeLog +++ b/src/appl/bsd/ChangeLog @@ -1,3 +1,8 @@ +Mon Feb 26 03:28:44 1996 Sam Hartman + + * configure.in: call USE_ANAME. + + Sun Feb 25 18:50:45 1996 Sam Hartman * krlogind.c (v5_des_read): Fix server side of bug in detecing eof diff --git a/src/appl/bsd/configure.in b/src/appl/bsd/configure.in index c8d859718..0019c46cc 100644 --- a/src/appl/bsd/configure.in +++ b/src/appl/bsd/configure.in @@ -3,6 +3,7 @@ CONFIG_RULES AC_PROG_INSTALL dnl dbm libs for use of an_to_ln AC_CHECK_LIB(util,main) +USE_ANAME AC_CHECK_LIB(crypt,crypt) dnl dnl AIX has them all; SCO might too -- 2.26.2