]> git.proxmox.com Git - qemu.git/commit - configure
configure: fix seccomp check
authorYann E. MORIN <yann.morin.1998@free.fr>
Thu, 6 Sep 2012 20:40:30 +0000 (22:40 +0200)
committerStefan Hajnoczi <stefanha@gmail.com>
Fri, 14 Sep 2012 07:46:27 +0000 (08:46 +0100)
commite84d5956cc6215d2f098e7b6090fc5ec4cba1be3
tree56c86e7d58f1417caea55e5110dfa1fa54a10958
parentef37a699a06f96e098ee00683b7052b5fbb6ad7d
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>
configure