From: Stefan Metzmacher Date: Tue, 6 May 2008 10:38:55 +0000 (+0200) Subject: libreplace: check how portable utimes() and futimes() are X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1c01674624db5a2dae3afe9ba213a69c2ee2efda;p=thirdparty%2Fsamba.git libreplace: check how portable utimes() and futimes() are metze (cherry picked from commit 8798ce3c744025b94973784dcb44d099427ef190) --- 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