summaryrefslogtreecommitdiff
path: root/source4/lib
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-10-11 10:53:28 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:39:40 -0500
commit87255dc743970cdfbccfe66c31504d518512da30 (patch)
tree0a9aff58195aaafd1411645f0a56c01e8a67ce70 /source4/lib
parent39a504699bc1e9514fbfc0b8cea8da8933e3a2af (diff)
downloadsamba-87255dc743970cdfbccfe66c31504d518512da30.tar.gz
samba-87255dc743970cdfbccfe66c31504d518512da30.tar.bz2
samba-87255dc743970cdfbccfe66c31504d518512da30.zip
r10893: add configure test for utime (needed for the previous utime patch)
(This used to be commit ef020d599fd2336cbf879920fe3505b97783dfc8)
Diffstat (limited to 'source4/lib')
-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 23784f3723..f1aa95df54 100644
--- a/source4/lib/tdb/config.m4
+++ b/source4/lib/tdb/config.m4
@@ -1,4 +1,4 @@
-AC_CHECK_FUNCS(mmap pread pwrite getpagesize)
+AC_CHECK_FUNCS(mmap pread pwrite getpagesize utime)
AC_CHECK_HEADERS(getopt.h sys/select.h sys/time.h)
AC_DEFINE([_GNU_SOURCE],[],[Pull in GNU extensions])