X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=configure.ac;h=18759047679e1050c6f4e3e918537f4d675fe56e;hb=1060af5401d38578a731ec042cee2daf3b09b628;hp=6697fcd46b8c93bcd02057617c5a45ed3a60d52b;hpb=ef945e4deb2e24b7d7ce05c3289a29a22c6b427d;p=lttng-tools.git diff --git a/configure.ac b/configure.ac index 6697fcd46..187590476 100644 --- a/configure.ac +++ b/configure.ac @@ -300,7 +300,7 @@ AC_CHECK_HEADERS([ \ signal.h stdlib.h sys/un.h sys/socket.h stdlib.h stdio.h \ getopt.h sys/ipc.h sys/shm.h popt.h grp.h arpa/inet.h \ netdb.h netinet/in.h paths.h stddef.h sys/file.h sys/ioctl.h \ - sys/mount.h sys/param.h sys/time.h elf.h + sys/mount.h sys/param.h sys/time.h elf.h sys/random.h sys/syscall.h ]) AM_CONDITIONAL([HAVE_ELF_H], [test x$ac_cv_header_elf_h = xyes]) @@ -312,7 +312,7 @@ AC_CHECK_FUNCS([ \ mkdir munmap putenv realpath rmdir socket strchr strcspn strdup \ strncasecmp strndup strnlen strpbrk strrchr strstr strtol strtoul \ strtoull dirfd gethostbyname2 getipnodebyname epoll_create1 \ - sched_getcpu sysconf sync_file_range + sched_getcpu sysconf sync_file_range getrandom ]) # Check for pthread_setname_np and pthread_getname_np