* configure.in: Add USE_KDB5_LIBRARY to pick up -ldb. Recent
authorTom Yu <tlyu@mit.edu>
Thu, 15 Aug 1996 23:57:24 +0000 (23:57 +0000)
committerTom Yu <tlyu@mit.edu>
Thu, 15 Aug 1996 23:57:24 +0000 (23:57 +0000)
  changes to db-ndbm.h and k5-int.h cause ndbm.h to no
  longer be included, which means that the dbm_error and
  dbm_clearerr are no longer necessarily macros (as they
  often are in ndbm.h), so must be pulled in from libdb.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8944 dc483132-0cff-0310-8789-dd5450dbe970

src/kadmin/passwd/ChangeLog
src/kadmin/passwd/configure.in

index 679b7d0190ddde967ab83d86b99a6440cdc74016..ebb991c59b6e3bd3ee49c7ea8a8065bc4d13db03 100644 (file)
@@ -1,3 +1,11 @@
+Thu Aug 15 19:30:18 1996  Tom Yu  <tlyu@mit.edu>
+
+       * configure.in: Add USE_KDB5_LIBRARY to pick up -ldb.  Recent
+               changes to db-ndbm.h and k5-int.h cause ndbm.h to no
+               longer be included, which means that the dbm_error and
+               dbm_clearerr are no longer necessarily macros (as they
+               often are in ndbm.h), so must be pulled in from libdb.
+
 Mon Aug 12 12:01:28 1996  Barry Jaspan  <bjaspan@mit.edu>
 
        * configure.in, Makefile.in: don't build kpasswd.local (not really
index c93b85b4de59e07ed085142ef4792764e65c345d..8cedcbd52678cc9a988c0f7a411549dd106fcc51 100644 (file)
@@ -5,6 +5,7 @@ AC_PROG_AWK
 USE_KADMCLNT_LIBRARY
 USE_GSSAPI_LIBRARY
 USE_GSSRPC_LIBRARY
+USE_KDB5_LIBRARY
 USE_DYN_LIBRARY
 KRB5_LIBRARIES
 V5_USE_SHARED_LIB