diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-05-07 13:10:31 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-05-07 13:25:22 +0200 |
commit | bbf4ce91462598cee1eebfb94a773194e56a7ff8 (patch) | |
tree | 4cb57fcc2cb269c83032ee637c745309246d0200 /source4/lib/replace/system/config.m4 | |
parent | 387c17685c4455bceeea35dd50ce25d593f8892a (diff) | |
download | samba-bbf4ce91462598cee1eebfb94a773194e56a7ff8.tar.gz samba-bbf4ce91462598cee1eebfb94a773194e56a7ff8.tar.bz2 samba-bbf4ce91462598cee1eebfb94a773194e56a7ff8.zip |
libreplace: always provide utime() and utimes()
I'd like to also provide futimes(), but it seems
that some systems doesn't support a it at kernel level.
If someone knows how to write a portable replacement
for futimes() please tell me...
metze
(This used to be commit a9604fe4a323dccb537cf02ea7594437b4995803)
Diffstat (limited to 'source4/lib/replace/system/config.m4')
-rw-r--r-- | source4/lib/replace/system/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/replace/system/config.m4 b/source4/lib/replace/system/config.m4 index ae26bb5590..5c9b53d5c5 100644 --- a/source4/lib/replace/system/config.m4 +++ b/source4/lib/replace/system/config.m4 @@ -9,7 +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) +AC_CHECK_FUNCS(utime utimes) # wait AC_HEADER_SYS_WAIT |