1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

r10893: add configure test for utime (needed for the previous utime patch)

(This used to be commit ef020d599f)
This commit is contained in:
Andrew Tridgell 2005-10-11 10:53:28 +00:00 committed by Gerald (Jerry) Carter
parent 39a504699b
commit 87255dc743

View File

@ -1,4 +1,4 @@
AC_CHECK_FUNCS(mmap pread pwrite getpagesize)
AC_CHECK_FUNCS(mmap pread pwrite getpagesize utime)
AC_CHECK_HEADERS(getopt.h sys/select.h sys/time.h)
AC_DEFINE([_GNU_SOURCE],[],[Pull in GNU extensions])