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
This commit is contained in:
Johan Danielsson
1997-03-14 01:53:01 +00:00
parent 64bd463930
commit f7cc661bf1

View File

@@ -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)