From 4fb0d62802ac10c4138f1a6f5a82b47f0c6d75e8 Mon Sep 17 00:00:00 2001 From: Beniamino Galvani Date: Mon, 13 Jul 2015 10:02:12 +0200 Subject: build: remove SELinux AM_CONDITIONAL from configure.ac --- configure.ac | 1 - 1 file changed, 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index ce2d9299d2..a6cf8d8156 100644 --- a/configure.ac +++ b/configure.ac @@ -493,7 +493,6 @@ if test "$have_selinux" = "yes"; then else AC_DEFINE(HAVE_SELINUX, 0, [Define if you have SELinux support]) fi -AM_CONDITIONAL(HAVE_SELINUX, test "${have_selinux}" = "yes") # libnl support for the linux platform PKG_CHECK_MODULES(LIBNL, libnl-3.0 >= 3.2.8 libnl-route-3.0 libnl-genl-3.0) -- cgit v1.2.1