summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2012-08-27 08:23:57 +0200
committerJakub Hrozek <jhrozek@redhat.com>2012-09-04 10:14:18 +0200
commit3d038d2e0dc7af04ec2f7c85ae325accb39f6237 (patch)
treeff5b059032a2e91c46a39d57dc829014100f83ab /configure.ac
parent51dfd4f3816cb53b931bf4d1cc28a5bea9f33a7a (diff)
downloadsssd-3d038d2e0dc7af04ec2f7c85ae325accb39f6237.tar.gz
sssd-3d038d2e0dc7af04ec2f7c85ae325accb39f6237.tar.xz
sssd-3d038d2e0dc7af04ec2f7c85ae325accb39f6237.zip
Check if the SELinux login directory exists
https://fedorahosted.org/sssd/ticket/1492
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 5cd8c723f..aabf375ce 100644
--- a/configure.ac
+++ b/configure.ac
@@ -214,6 +214,7 @@ fi
if test x$HAVE_SELINUX != x; then
AM_CHECK_SELINUX
+ AM_CHECK_SELINUX_LOGIN_DIR
fi
if test x$HAVE_SEMANAGE != x -a x$HAVE_SELINUX != x; then