[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-2312-gfa44308

Stefan Metzmacher metze at samba.org
Tue May 6 10:45:34 GMT 2008


The branch, v3-3-test has been updated
       via  fa443081eaff77623653ed0390c4f9dabc4487b5 (commit)
      from  0b879817ba20861c7d0b239d7f7199b0a5ed2ca1 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test


- Log -----------------------------------------------------------------
commit fa443081eaff77623653ed0390c4f9dabc4487b5
Author: Stefan Metzmacher <metze at samba.org>
Date:   Tue May 6 12:38:55 2008 +0200

    libreplace: check how portable utimes() and futimes() are
    
    metze
    (cherry picked from commit 8798ce3c744025b94973784dcb44d099427ef190)

-----------------------------------------------------------------------

Summary of changes:
 source/lib/replace/system/config.m4 |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/lib/replace/system/config.m4 b/source/lib/replace/system/config.m4
index 66c2bd6..ae26bb5 100644
--- a/source/lib/replace/system/config.m4
+++ b/source/lib/replace/system/config.m4
@@ -9,6 +9,7 @@ AC_CHECK_HEADERS(sys/select.h)
 # time
 AC_CHECK_HEADERS(sys/time.h utime.h)
 AC_HEADER_TIME
+AC_CHECK_FUNCS(utime utimes futimes)
 
 # wait
 AC_HEADER_SYS_WAIT


-- 
Samba Shared Repository


More information about the samba-cvs mailing list