diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 44f5b5f3e..936e1817e 100644 --- a/configure.ac +++ b/configure.ac @@ -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 |