]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Added more configure tests.
authorBart Van Assche <bvanassche@acm.org>
Sun, 27 Apr 2008 11:43:23 +0000 (11:43 +0000)
committerBart Van Assche <bvanassche@acm.org>
Sun, 27 Apr 2008 11:43:23 +0000 (11:43 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7940

configure.in

index 96e4b49a4c25d2f0e8ad721047059bc221e948cf..1f23472400cd243673c3b4a4ccc8e76cc383f92e 100644 (file)
@@ -986,7 +986,11 @@ AC_CHECK_HEADERS([       \
         sys/eventfd.h    \
         sys/klog.h       \
         sys/poll.h       \
+        sys/signal.h     \
         sys/signalfd.h   \
+        sys/syscall.h    \
+        sys/time.h       \
+        sys/types.h      \
         ])
 
 
@@ -1002,7 +1006,10 @@ AC_FUNC_MEMCMP
 AC_FUNC_MMAP
 AC_TYPE_SIGNAL
 
+AC_CHECK_LIB([rt], [clock_gettime])
+
 AC_CHECK_FUNCS([     \
+        clock_gettime\
         epoll_create \
         epoll_pwait  \
         floor        \
@@ -1014,6 +1021,7 @@ AC_CHECK_FUNCS([     \
         ppoll        \
         semtimedop   \
         signalfd     \
+        syscall      \
         strchr       \
         strdup       \
         strpbrk      \