diff --git a/configure b/configure index dd47d9b2f01c63df143b8514021a94c42f4f6f21..0a4c78a743b1053f17ef6a1bb59dd8742d0a2f05 100755 --- a/configure +++ b/configure @@ -1890,7 +1890,7 @@ fi if test "$seccomp" != "no" ; then case "$cpu" in i386|x86_64) - libseccomp_minver="2.1.1" + libseccomp_minver="2.1.0" ;; arm|aarch64) libseccomp_minver="2.2.3"