From 7fdff10410947b54d92aabd4c3d16d55d4598eb0 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 6 May 2008 12:38:55 +0200 Subject: libreplace: check how portable utimes() and futimes() are metze (cherry picked from commit 8798ce3c744025b94973784dcb44d099427ef190) (cherry picked from commit 1c01674624db5a2dae3afe9ba213a69c2ee2efda) --- source/lib/replace/system/config.m4 | 1 + 1 file changed, 1 insertion(+) diff --git a/source/lib/replace/system/config.m4 b/source/lib/replace/system/config.m4 index 66c2bd652a0..ae26bb55905 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 -- cgit