]> git.proxmox.com Git - mirror_lxc.git/commitdiff
configure: fix function detection
authorChristian Brauner <christian.brauner@ubuntu.com>
Sat, 24 Apr 2021 09:19:53 +0000 (11:19 +0200)
committerChristian Brauner <christian.brauner@ubuntu.com>
Sat, 24 Apr 2021 09:19:53 +0000 (11:19 +0200)
Fixes: #3809
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
configure.ac

index 361a9cf8323669b120e72ab4c5bff188916b1559..aa7f59a19dfff0514fb1e1ddb225fe919ff60e4d 100644 (file)
@@ -652,7 +652,7 @@ AC_CHECK_HEADER([ifaddrs.h],
 AC_HEADER_MAJOR
 
 # Check for some syscalls functions
-AC_CHECK_FUNCS([setns pivot_root sethostname unshare rand_r confstr faccessat gettid memfd_create move_mount open_tree execveat clone3 fsopen fspick fsconfig fsmount, openat2, close_range, statvfs, mount_setattr])
+AC_CHECK_FUNCS([setns pivot_root sethostname unshare rand_r confstr faccessat gettid memfd_create move_mount open_tree execveat clone3 fsopen fspick fsconfig fsmount openat2 close_range statvfs mount_setattr])
 AC_CHECK_TYPES([__aligned_u64], [], [], [[#include <linux/types.h>]])
 AC_CHECK_TYPES([struct mount_attr], [], [], [[#include <linux/mount.h>]])
 AC_CHECK_TYPES([struct open_how], [], [], [[#include <linux/openat2.h>]])