diff --git a/configure.ac b/configure.ac index ae26de7ba9a72272ed4da3ad84fe29cc13336ee6..13967e90bb254ae6c3f9b914aac932d238b291e4 100644 --- a/configure.ac +++ b/configure.ac @@ -1455,9 +1455,8 @@ fi if test "$with_selinux" = "yes"; then AC_MSG_CHECKING([SELinux mount point]) if test "$with_selinux_mount" = "check" || test -z "$with_selinux_mount"; then - if test -d /sys/fs/selinux ; then - SELINUX_MOUNT=/sys/fs/selinux - else + SELINUX_MOUNT=/sys/fs/selinux + if ! test -d ${SELINUX_MOUNT} && test -d /selinux ; then SELINUX_MOUNT=/selinux fi else