Fix bugs in previous commit.
This commit is contained in:
parent
94f8f21a94
commit
8aeb0c33dd
|
@ -844,11 +844,10 @@ yes)
|
|||
;;
|
||||
auto)
|
||||
AC_CHECK_HEADER([selinux/selinux.h],[
|
||||
AC_CHECK_LIB(selinux,[is_selinux_enabled],[with_selinux=yes],[
|
||||
[with_selinux=no])
|
||||
])
|
||||
AC_CHECK_LIB(selinux,[is_selinux_enabled],[with_selinux=yes],
|
||||
[with_selinux=no])
|
||||
],[
|
||||
[with_selinux=no])
|
||||
with_selinux=no
|
||||
])
|
||||
;;
|
||||
*) with_selinux=no
|
||||
|
|
Loading…
Reference in New Issue