Call USE_ANAME so we get the right
authorSam Hartman <hartmans@mit.edu>
Mon, 26 Feb 1996 08:32:46 +0000 (08:32 +0000)
committerSam Hartman <hartmans@mit.edu>
Mon, 26 Feb 1996 08:32:46 +0000 (08:32 +0000)
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
src/appl/bsd/configure.in

index c05209c4828773dc5120bd33a13c4907299b88ee..118d1d687e8ef6c56a661b6a1f5d0ded5c4051e8 100644 (file)
@@ -1,3 +1,8 @@
+Mon Feb 26 03:28:44 1996  Sam Hartman  <hartmans@tertius.mit.edu>
+
+       * configure.in: call USE_ANAME.
+
+
 Sun Feb 25 18:50:45 1996  Sam Hartman  <hartmans@tertius.mit.edu>
 
        * krlogind.c (v5_des_read): Fix server side of bug in detecing eof
index c8d859718b9e93ed32be784e09225dc1c8b62c98..0019c46ccfe16e02e1304d02272ae12a2e52f0f7 100644 (file)
@@ -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