mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-12-23 09:18:55 +00:00
Fix clock_gettime autotools detection on Linux
This commit is contained in:
parent
ac99df5c09
commit
f4aac111a4
@ -229,6 +229,7 @@ dnl malloc_trim function
|
|||||||
AC_CHECK_FUNCS([malloc_trim])
|
AC_CHECK_FUNCS([malloc_trim])
|
||||||
|
|
||||||
dnl clock_gettime function(osx)
|
dnl clock_gettime function(osx)
|
||||||
|
AC_SEARCH_LIBS([clock_gettime],[rt posix4])
|
||||||
AC_CHECK_FUNCS([clock_gettime])
|
AC_CHECK_FUNCS([clock_gettime])
|
||||||
|
|
||||||
dnl ----------------------------------------------
|
dnl ----------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user