summaryrefslogtreecommitdiff
path: root/source4/lib
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-05-06 12:38:55 +0200
committerStefan Metzmacher <metze@samba.org>2008-05-06 12:38:55 +0200
commitf51a79889c769f0a30eef5bd8a486e08c6bbdad2 (patch)
tree4f43f9a1cb58f9ceaeffe4b0ffb9ce030e90ca1a /source4/lib
parent674d089beac8a5808a4537b8021e466c4c14f656 (diff)
downloadsamba-f51a79889c769f0a30eef5bd8a486e08c6bbdad2.tar.gz
samba-f51a79889c769f0a30eef5bd8a486e08c6bbdad2.tar.bz2
samba-f51a79889c769f0a30eef5bd8a486e08c6bbdad2.zip
libreplace: check how portable utimes() and futimes() are
metze (This used to be commit 8798ce3c744025b94973784dcb44d099427ef190)
Diffstat (limited to 'source4/lib')
-rw-r--r--source4/lib/replace/system/config.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/replace/system/config.m4 b/source4/lib/replace/system/config.m4
index 66c2bd652a..ae26bb5590 100644
--- a/source4/lib/replace/system/config.m4
+++ b/source4/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