This commit is contained in:
whottgen 2004-09-29 09:22:57 +00:00
parent 90a5044fa9
commit 21aa5ae469

View File

@ -81,6 +81,9 @@ AC_CHECK_LIB([socket], [connect])
AC_HEADER_STDC
AC_CHECK_HEADERS([arpa/inet.h fcntl.h netinet/in.h stdlib.h string.h strings.h sys/socket.h syslog.h unistd.h dlfcn.h])
AC_CHECK_HEADERS([db.h],
[],
[AC_MSG_ERROR([*** we can't go without Berkeley DB])])
# Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST