summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2015-07-13 10:02:12 +0200
committerBeniamino Galvani <bgalvani@redhat.com>2015-08-04 08:46:11 +0200
commit4fb0d62802ac10c4138f1a6f5a82b47f0c6d75e8 (patch)
treefd09c32ff7b4fe3ebd14e5317615e590472555fa /configure.ac
parent6b967e51aa203189e380f61e3a92f313c6009571 (diff)
downloadNetworkManager-4fb0d62802ac10c4138f1a6f5a82b47f0c6d75e8.tar.gz
build: remove SELinux AM_CONDITIONAL from configure.ac
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
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)