Document --with-selinux as "yes if found" rather than "autodetected" for consistency with other options.

This commit is contained in:
nekral-guest 2008-04-16 20:16:43 +00:00
parent 70bf7cca33
commit 17cb7c754e
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
* NEWS, configure.in: Fix the detection of the audit library and
header file.
* configure.in: Document --with-selinux as "yes if found" rather
than "autodetected" for consistency with other options.
2008-04-04 Mark Rosenstand <mark@borkware.net>

View File

@ -223,7 +223,7 @@ AC_ARG_WITH(libpam,
[AC_HELP_STRING([--with-libpam], [use libpam for PAM support @<:@default=yes if found@:>@])],
[with_libpam=$withval], [with_libpam=yes])
AC_ARG_WITH(selinux,
[AC_HELP_STRING([--with-selinux], [use SELinux support @<:@default=autodetect@:>@])],
[AC_HELP_STRING([--with-selinux], [use SELinux support @<:@default=yes if found@:>@])],
[with_selinux=$withval], [with_selinux=yes])
AC_ARG_WITH(skey,
[AC_HELP_STRING([--with-skey], [use S/Key support @<:@default=no@:>@])],