From: Sam Hartman Date: Mon, 26 Feb 1996 08:32:46 +0000 (+0000) Subject: Call USE_ANAME so we get the right X-Git-Tag: krb5-1.0-beta6~451 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4574b2f5fb51aa4f1f509380202b8214f372974b;p=krb5.git 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 --- 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