The branch, v4-0-test has been updated
via 8798ce3c744025b94973784dcb44d099427ef190 (commit)
from 95831a015ae076b52256961f771f50dd9b278e33 (commit)
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v4-0-test
- Log -----------------------------------------------------------------
commit 8798ce3c744025b94973784dcb44d099427ef190
Author: Stefan Metzmacher <[EMAIL PROTECTED]>
Date: Tue May 6 12:38:55 2008 +0200
libreplace: check how portable utimes() and futimes() are
metze
-----------------------------------------------------------------------
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