]> git.ipfire.org Git - thirdparty/qemu.git/commit
configure: fix seccomp check
authorYann E. MORIN <yann.morin.1998@free.fr>
Thu, 6 Sep 2012 20:40:30 +0000 (22:40 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Fri, 12 Oct 2012 02:44:18 +0000 (21:44 -0500)
commita63eb7a22731c4b0ec863582231f24c4b32b5969
tree396330f43980e5b3d88b366b501ab7cdee59b752
parenta638498f513e68aacd6306b56afd504383713665
configure: fix seccomp check

Currently, if libseccomp is missing but the user explicitly requested
seccomp support using --enable-seccomp, configure silently ignores the
situation and disables seccomp support.

This is unlike all other tests that explicitly fail in such situation.

Fix that.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Reviewed-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>
(cherry picked from commit e84d5956cc6215d2f098e7b6090fc5ec4cba1be3)

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
configure