From: Bart Van Assche Date: Sun, 3 Apr 2011 16:46:01 +0000 (+0000) Subject: Also consider libpthread when testing for functions. Removed test for floor(). X-Git-Tag: svn/VALGRIND_3_7_0~554 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=954dc6c1884ccfd72047758eb2047fe0a753563b;p=thirdparty%2Fvalgrind.git Also consider libpthread when testing for functions. Removed test for floor(). git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11681 --- diff --git a/configure.in b/configure.in index 8899620869..b126204bc6 100644 --- a/configure.in +++ b/configure.in @@ -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 \