summaryrefslogtreecommitdiff
path: root/source4/lib/tdb/config.m4
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-09-26 02:03:06 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:38:56 -0500
commit3545e513f53340c504e55e5f496ad3067989ab09 (patch)
tree4ad66821cb7268fd75c05a327e793ae9c8efc69a /source4/lib/tdb/config.m4
parentf2e9db908a88b94fcf642b96382072d0de9009d1 (diff)
downloadsamba-3545e513f53340c504e55e5f496ad3067989ab09.tar.gz
samba-3545e513f53340c504e55e5f496ad3067989ab09.tar.bz2
samba-3545e513f53340c504e55e5f496ad3067989ab09.zip
r10496: - added configure test for sys/time.h
- print length of failed locks (This used to be commit 11739ad31d7b3e1cf94ebf395608647e341257c4)
Diffstat (limited to 'source4/lib/tdb/config.m4')
-rw-r--r--source4/lib/tdb/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/tdb/config.m4 b/source4/lib/tdb/config.m4
index e37662fe52..23784f3723 100644
--- a/source4/lib/tdb/config.m4
+++ b/source4/lib/tdb/config.m4
@@ -1,5 +1,5 @@
AC_CHECK_FUNCS(mmap pread pwrite getpagesize)
-AC_CHECK_HEADERS(getopt.h sys/select.h)
+AC_CHECK_HEADERS(getopt.h sys/select.h sys/time.h)
AC_DEFINE([_GNU_SOURCE],[],[Pull in GNU extensions])