summaryrefslogtreecommitdiffstats
path: root/src/tools
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2012-02-23 01:15:29 -0500
committerStephen Gallagher <sgallagh@redhat.com>2012-02-23 09:13:17 -0500
commit1380fad3bff067fcfcdc0b16e903278415f5cbe6 (patch)
tree3628c1b7348b22fa5f8f5379a011ca95906b9fdd /src/tools
parente77506c5387af84fd6a2d5770154e5b3dab6c469 (diff)
downloadsssd-1380fad3bff067fcfcdc0b16e903278415f5cbe6.tar.gz
sssd-1380fad3bff067fcfcdc0b16e903278415f5cbe6.tar.xz
sssd-1380fad3bff067fcfcdc0b16e903278415f5cbe6.zip
pam_sss: keep selinux optional
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/tools_util.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/tools/tools_util.c b/src/tools/tools_util.c
index 404aef259..004489533 100644
--- a/src/tools/tools_util.c
+++ b/src/tools/tools_util.c
@@ -29,9 +29,6 @@
#include <fcntl.h>
#include "config.h"
-#ifdef HAVE_SELINUX
-#include <selinux/selinux.h>
-#endif
#include "util/util.h"
#include "confdb/confdb.h"