commit | e84d5956cc6215d2f098e7b6090fc5ec4cba1be3 | [log] [tgz] |
---|---|---|
author | Yann E. MORIN <yann.morin.1998@free.fr> | Thu Sep 06 22:40:30 2012 +0200 |
committer | Stefan Hajnoczi <stefanha@gmail.com> | Fri Sep 14 08:46:27 2012 +0100 |
tree | 56c86e7d58f1417caea55e5110dfa1fa54a10958 | |
parent | ef37a699a06f96e098ee00683b7052b5fbb6ad7d [diff] |
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>