summaryrefslogtreecommitdiffstats
path: root/src/openvpn/syshead.h
diff options
context:
space:
mode:
authorAlon Bar-Lev <alon.barlev@gmail.com>2012-02-29 22:12:05 +0200
committerDavid Sommerseth <davids@redhat.com>2012-03-22 22:17:27 +0100
commitcd5990e0e0da1621b9c2d9ca927ff8d1af3c241a (patch)
tree3b8875339f3846a1a28bbe2416e7a4a7af05a9c6 /src/openvpn/syshead.h
parentcab53332e11b9a447883da0c95552c453f760f0b (diff)
downloadopenvpn-cd5990e0e0da1621b9c2d9ca927ff8d1af3c241a.tar.gz
openvpn-cd5990e0e0da1621b9c2d9ca927ff8d1af3c241a.tar.xz
openvpn-cd5990e0e0da1621b9c2d9ca927ff8d1af3c241a.zip
build: proper selinux detection and usage
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com> Acked-by: Samuli Seppänen <samuli@openvpn.net> Signed-off-by: David Sommerseth <davids@redhat.com>
Diffstat (limited to 'src/openvpn/syshead.h')
-rw-r--r--src/openvpn/syshead.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openvpn/syshead.h b/src/openvpn/syshead.h
index 1ad81d8..cac4757 100644
--- a/src/openvpn/syshead.h
+++ b/src/openvpn/syshead.h
@@ -176,7 +176,7 @@
#include <sys/epoll.h>
#endif
-#ifdef HAVE_SETCON
+#ifdef ENABLE_SELINUX
#include <selinux/selinux.h>
#endif