mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
Also consider libpthread when testing for functions. Removed test for floor().
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11681
This commit is contained in:
parent
f5001fcc32
commit
954dc6c188
@ -1602,13 +1602,13 @@ AC_FUNC_MEMCMP
|
||||
AC_FUNC_MMAP
|
||||
AC_TYPE_SIGNAL
|
||||
|
||||
AC_CHECK_LIB([pthread], [pthread_create])
|
||||
AC_CHECK_LIB([rt], [clock_gettime])
|
||||
|
||||
AC_CHECK_FUNCS([ \
|
||||
clock_gettime\
|
||||
epoll_create \
|
||||
epoll_pwait \
|
||||
floor \
|
||||
klogctl \
|
||||
mallinfo \
|
||||
memchr \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user