]> git.proxmox.com Git - mirror_lxc.git/blobdiff - configure.ac
seccomp: keep retrying to reconnect to proxy
[mirror_lxc.git] / configure.ac
index a041f2fdb0521c4721b0d5eb7bda15246e627094..8de7204da4a8849c8bd751640089f4eb5bc8dd24 100644 (file)
@@ -367,6 +367,7 @@ OLD_CFLAGS="$CFLAGS"
 CFLAGS="$CFLAGS $SECCOMP_CFLAGS"
 AC_CHECK_TYPES([scmp_filter_ctx], [], [], [[#include <seccomp.h>]])
 AC_CHECK_DECLS([seccomp_notify_fd], [], [], [[#include <seccomp.h>]])
+AC_CHECK_TYPES([struct seccomp_notif_sizes], [], [], [[#include <seccomp.h>]])
 AC_CHECK_DECLS([seccomp_syscall_resolve_name_arch], [], [], [[#include <seccomp.h>]])
 CFLAGS="$OLD_CFLAGS"