sessiond: kernel: clean-up: move static variables to anonymous namespace
[lttng-tools.git] / configure.ac
index b085af884047557f49dc0000814978ccefe9e83b..3c3b2f39b6b018d06655686443e3cb4bf660c483 100644 (file)
@@ -316,7 +316,7 @@ AC_CHECK_FUNCS([ \
        strncasecmp strndup strnlen strpbrk strrchr strstr strtol strtoul \
        strtoull dirfd gethostbyname2 getipnodebyname epoll_create1 \
        sched_getcpu sysconf sync_file_range getrandom posix_fadvise \
-       arc4random
+       arc4random flock
 ])
 
 # Check for pthread_setname_np and pthread_getname_np
@@ -1278,6 +1278,7 @@ AC_CONFIG_FILES([
        tests/utils/lttngtest/Makefile
        tests/utils/tap/Makefile
        tests/utils/testapp/Makefile
+       tests/utils/testapp/gen-data-pending/Makefile
        tests/utils/testapp/gen-ns-events/Makefile
        tests/utils/testapp/gen-kernel-test-events/Makefile
        tests/utils/testapp/gen-py-events/Makefile
This page took 0.024077 seconds and 4 git commands to generate.