bdb fix
This commit is contained in:
parent
90a5044fa9
commit
21aa5ae469
@ -81,6 +81,9 @@ AC_CHECK_LIB([socket], [connect])
|
|||||||
AC_HEADER_STDC
|
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([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.
|
# Checks for typedefs, structures, and compiler characteristics.
|
||||||
AC_C_CONST
|
AC_C_CONST
|
||||||
|
Loading…
x
Reference in New Issue
Block a user