diff --git a/ChangeLog b/ChangeLog index c555fa32..dc4fd65f 100644 --- 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 diff --git a/configure.in b/configure.in index 4ab2122a..f6084b92 100644 --- a/configure.in +++ b/configure.in @@ -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@:>@])],