]> granicus.if.org Git - shadow/commitdiff
Document --with-selinux as "yes if found" rather than "autodetected" for consistency...
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Wed, 16 Apr 2008 20:16:43 +0000 (20:16 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Wed, 16 Apr 2008 20:16:43 +0000 (20:16 +0000)
ChangeLog
configure.in

index c555fa329c249f4e4e603c6fd3eab98d353c2243..dc4fd65f02af6227768218cf45d7f676a0f71197 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
index 4ab2122af51a7ac005b05e87fde94848e4880a24..f6084b926e7d7a6828099a5e4c010ea63201a358 100644 (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@:>@])],