]> git.ipfire.org Git - thirdparty/lxc.git/commit
configure: skip libseccomp tests if it is disabled 3623/head
authorEneas U de Queiroz <cotequeiroz@gmail.com>
Sat, 16 Jan 2021 16:54:07 +0000 (13:54 -0300)
committerEneas U de Queiroz <cotequeiroz@gmail.com>
Sat, 16 Jan 2021 16:58:22 +0000 (13:58 -0300)
commit67cd8bde2d46983df8fa9f647e9fc0b96370ec29
tree40d02ba1a6a69b01c43b9e93dbd5b1a75826a497
parenta342b11fedb3010630de4909ca707ebdc0862060
configure: skip libseccomp tests if it is disabled

Move the block checking for libseccomp api compatibility inside
AM_COND_IF([ENABLE_SECCOMP] ... ).

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
configure.ac