Revert seccomp tests that allow it to be used on non-x86 architectures
commitae6e8ef11e6cb43ec83a5846e8f3b266834cf280
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 10 Apr 2015 12:58:01 +0000 (10 13:58 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 13 Apr 2015 11:28:48 +0000 (13 12:28 +0100)
treee89ece29d676c6ef517182f7e70832c350721441
parent4d0ecde44ae6dab3aa9d10c23e61d9d43789731a
Revert seccomp tests that allow it to be used on non-x86 architectures

Unfortunately it turns out that libseccomp 2.2 still does not work
correctly on non-x86 architectures; return to the previous configure
setup of insisting on libseccomp 2.1 or better and i386/x86_64 and
disabling seccomp support in all other situations.

This reverts the two commits:
 * "seccomp: libseccomp version varying according to arch"
   (commit 896848f0d3e2393905845ef2b244bb2601f9df0c)
 * "seccomp: update libseccomp version and remove arch restriction"
   (commit 8e27fc200457e3f2473d0069263774d4ba17bd85)

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1428670681-23032-1-git-send-email-peter.maydell@linaro.org
configure