Document --with-selinux as "yes if found" rather than "autodetected" for consistency with other options.
This commit is contained in:
parent
70bf7cca33
commit
17cb7c754e
@ -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>
|
||||
|
||||
|
@ -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@:>@])],
|
||||
|
Loading…
Reference in New Issue
Block a user