r10893: add configure test for utime (needed for the previous utime patch)
authorAndrew Tridgell <tridge@samba.org>
Tue, 11 Oct 2005 10:53:28 +0000 (10:53 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:39:40 +0000 (13:39 -0500)
(This used to be commit ef020d599fd2336cbf879920fe3505b97783dfc8)

source4/lib/tdb/config.m4

index 23784f37233f1cd9ca79f269cc88c656a7143db4..f1aa95df542a4543ebdeab6f6b6eb9ceb3e0a18f 100644 (file)
@@ -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])