svn commit: samba r10893 - in branches/SAMBA_4_0/source/lib/tdb: .

tridge at samba.org tridge at samba.org
Tue Oct 11 10:53:29 GMT 2005


Author: tridge
Date: 2005-10-11 10:53:28 +0000 (Tue, 11 Oct 2005)
New Revision: 10893

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10893

Log:

add configure test for utime (needed for the previous utime patch)

Modified:
   branches/SAMBA_4_0/source/lib/tdb/config.m4


Changeset:
Modified: branches/SAMBA_4_0/source/lib/tdb/config.m4
===================================================================
--- branches/SAMBA_4_0/source/lib/tdb/config.m4	2005-10-11 06:21:07 UTC (rev 10892)
+++ branches/SAMBA_4_0/source/lib/tdb/config.m4	2005-10-11 10:53:28 UTC (rev 10893)
@@ -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])



More information about the samba-cvs mailing list