From 4797d7412ceab3f05ca67ab2d66ea988b8ec7d07 Mon Sep 17 00:00:00 2001 From: Radostin Stoyanov Date: Mon, 21 Jan 2019 13:07:14 +0000 Subject: [PATCH] config-post: Remove duplicated 'undef WITH_CAPNG' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Radostin Stoyanov Reviewed-by: Ján Tomko Signed-off-by: Ján Tomko --- config-post.h | 1 - 1 file changed, 1 deletion(-) diff --git a/config-post.h b/config-post.h index dd4ef8fc0b..54731feff7 100644 --- a/config-post.h +++ b/config-post.h @@ -69,7 +69,6 @@ # undef WITH_VIRTUALPORT # undef WITH_SECDRIVER_SELINUX # undef WITH_SECDRIVER_APPARMOR -# undef WITH_CAPNG #endif /* LIBVIRT_NSS */ #ifndef __GNUC__