Bug 389089 - "Configure should check for truncate64, statvfs64" [p=MaierMan@web.de (Nils Maier) r=bsmedberg a1.9=beltzner]

This commit is contained in:
reed@reedloden.com 2008-01-02 22:24:46 -08:00
Родитель 3b17a5acbe
Коммит 7aa74380fa
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -3189,7 +3189,7 @@ dnl Checks for library functions.
dnl ========================================================
AC_PROG_GCC_TRADITIONAL
AC_FUNC_MEMCMP
AC_CHECK_FUNCS(random strerror lchown fchmod snprintf statvfs memmove rint stat64 lstat64)
AC_CHECK_FUNCS(random strerror lchown fchmod snprintf statvfs memmove rint stat64 lstat64 truncate64 statvfs64)
AC_CHECK_FUNCS(flockfile getpagesize)
dnl localtime_r and strtok_r are only present on MacOS version 10.2 and higher