From 3d038d2e0dc7af04ec2f7c85ae325accb39f6237 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Mon, 27 Aug 2012 08:23:57 +0200 Subject: Check if the SELinux login directory exists https://fedorahosted.org/sssd/ticket/1492 --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') 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 -- cgit