configure: Fix detection of seccomp on s390x
authormarkkp <mpost@suse.com>
Thu, 11 Aug 2016 20:28:39 +0000 (16:28 -0400)
committerhyokeun <hyokeun.jeon@samsung.com>
Tue, 6 Sep 2016 06:55:36 +0000 (15:55 +0900)
Signed-off-by: Mark Post <mpost@suse.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
configure

index dfd37b1..4eb76a6 100755 (executable)
--- a/configure
+++ b/configure
@@ -1902,6 +1902,9 @@ if test "$seccomp" != "no" ; then
     ppc|ppc64)
         libseccomp_minver="2.3.0"
         ;;
+    s390|s390x)
+        libseccomp_minver="2.2.0"
+        ;;
     *)
         libseccomp_minver=""
         ;;