Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Pryor <jpryor@novell.com>2006-01-03 20:09:52 +0300
committerJonathan Pryor <jpryor@novell.com>2006-01-03 20:09:52 +0300
commitb4bddc0ee4e350e8be49f80e8fe6603d57d0943e (patch)
treec469b9b1e9d6ca2ccd1dee462d070d4875a4b25a /configure.in
parent76d41ec2c33bd0947d69bbfceb1a634535ecf783 (diff)
* configure.in: Add check for lutimes(2). Mac OS X doesn't provide this.
* support/sys-time.c: lutimes(2) only exists on some BSDs. There's a configure check for it now -- use it. svn path=/trunk/mono/; revision=55015
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 4bc5392bb09..4e848092053 100644
--- a/configure.in
+++ b/configure.in
@@ -1209,6 +1209,7 @@ if test x$platform_win32 = xno; then
AC_CHECK_FUNCS(fgetpwent)
AC_CHECK_FUNCS(fgetpwent)
AC_CHECK_FUNCS(getfsstat)
+ AC_CHECK_FUNCS(lutimes)
AC_CHECK_FUNCS(mremap)
AC_CHECK_FUNCS(remap_file_pages)
AC_CHECK_FUNCS(posix_fadvise)