summaryrefslogtreecommitdiff
path: root/lib/replace/libreplace.m4
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-10-27 23:23:15 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-10-27 23:23:15 +0100
commit9de5172a20dff6f8e1fd0a94cde52977479e0c62 (patch)
tree3e506e1c7a62751c1f9a334d401fcf717c3fa308 /lib/replace/libreplace.m4
parentb881d2ee78f685aea7ae8b67b3e0fb3c4f5205ed (diff)
downloadsamba-9de5172a20dff6f8e1fd0a94cde52977479e0c62.tar.gz
samba-9de5172a20dff6f8e1fd0a94cde52977479e0c62.tar.bz2
samba-9de5172a20dff6f8e1fd0a94cde52977479e0c62.zip
Remove duplicate check for volatile, move all utime-checks to
libreplace.
Diffstat (limited to 'lib/replace/libreplace.m4')
-rw-r--r--lib/replace/libreplace.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/replace/libreplace.m4 b/lib/replace/libreplace.m4
index 05e73fb569..5e13d4a47e 100644
--- a/lib/replace/libreplace.m4
+++ b/lib/replace/libreplace.m4
@@ -64,10 +64,10 @@ AC_CHECK_TYPE(offset_t,loff_t)
AC_FUNC_MEMCMP
-AC_CHECK_FUNCS(pipe strftime srandom random srand rand usleep setbuffer lstat getpgrp)
+AC_CHECK_FUNCS([pipe strftime srandom random srand rand usleep setbuffer lstat getpgrp utime utimes])
AC_CHECK_HEADERS(stdbool.h stdint.h sys/select.h)
-AC_CHECK_HEADERS(setjmp.h)
+AC_CHECK_HEADERS(setjmp.h utime.h)
LIBREPLACE_PROVIDE_HEADER([stdint.h])
LIBREPLACE_PROVIDE_HEADER([stdbool.h])