* configure.in: check for dbm as well as ndbm
authorTom Yu <tlyu@mit.edu>
Wed, 10 Aug 1994 03:10:39 +0000 (03:10 +0000)
committerTom Yu <tlyu@mit.edu>
Wed, 10 Aug 1994 03:10:39 +0000 (03:10 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4115 dc483132-0cff-0310-8789-dd5450dbe970

src/appl/popper/ChangeLog
src/appl/popper/configure.in

index 39eec8a7b5ba1523b73b36ad20eab4714cd563bf..33a3946b2d225af2dbd0eb9f76aef176f144fb60 100644 (file)
@@ -1,5 +1,7 @@
 Tue Aug  9 16:50:08 1994  Tom Yu  (tlyu@dragons-lair)
 
+       * configure.in: check for dbm as well as ndbm
+
        * pop_init.c: kill static version string that depended on ANSI
        string splicing
 
index 2aab5f7c460c5b4fd1ec0683472fdf6755a6e932..135f462ad593867eab60ba26ee13de08395fae1a 100644 (file)
@@ -9,6 +9,7 @@ AC_HAVE_LIBRARY(socket)
 AC_HAVE_LIBRARY(nsl)
 AC_HAVE_LIBRARY(BSD)
 AC_HAVE_LIBRARY(ndbm)
+AC_HAVE_LIBRARY(dbm)
 
 AC_HEADER_CHECK(flock.h,[echo found flock.h for non-posix locks],
 AC_COMPILE_CHECK([POSIX file locking -- structs and flags],