From: Stefan Metzmacher Date: Tue, 6 May 2008 10:38:55 +0000 (+0200) Subject: libreplace: check how portable utimes() and futimes() are X-Git-Tag: samba-3.3.0pre1~1363 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fa443081eaff77623653ed0390c4f9dabc4487b5;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