From f7cc661bf146029cbf649da406769316d30e10ac Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Fri, 14 Mar 1997 01:53:01 +0000 Subject: [PATCH] Check for db.h and ndbm.h. Add lib/hdb/Makefile. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1390 ec53bebd-3082-4978-b11e-865c3cabbd6b --- configure.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.in b/configure.in index b69ae5eb0..bf364f47e 100644 --- a/configure.in +++ b/configure.in @@ -41,6 +41,7 @@ dnl Checks for header files. AC_HEADER_STDC AC_CHECK_HEADERS(fcntl.h limits.h sys/ioctl.h sys/time.h unistd.h) AC_CHECK_HEADERS(sys/bitypes.h sys/filio.h sys/types.h) +AC_CHECK_HEADERS(db.h ndbm.h) dnl Checks for typedefs, structures, and compiler characteristics. AC_C_CONST @@ -76,5 +77,6 @@ AC_OUTPUT(Makefile \ lib/krb5/Makefile \ lib/krb5/error/Makefile \ lib/krb5/error/compile_et \ + lib/hdb/Makefile \ kuser/Makefile \ kdc/Makefile)